We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crashes on macOS saying that disk is read-only, this happens for both .send() and .SendAsync()
.send()
.SendAsync()
I am using .net 6.0, and visual studio for Mac to build
Unhandled exception. System.IO.IOException: Read-only file system : '/2023-01-17_17-05-04_500' at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirectory, Func`2 errorRewriter) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize) at FluentEmail.Core.Defaults.SaveToDiskSender.SaveEmailToDisk(IFluentEmail email) at FluentEmail.Core.Defaults.SaveToDiskSender.SendAsync(IFluentEmail email, Nullable`1 token) at FluentEmail.Core.Defaults.SaveToDiskSender.Send(IFluentEmail email, Nullable`1 token) at FluentEmail.Core.Email.Send(Nullable`1 token)
FluentEmail.Core.Email .From("[email protected]") .To("[email protected]") .Subject("example") .Body("example") .Send();
The text was updated successfully, but these errors were encountered:
same issue here
Sorry, something went wrong.
Has anyone found a resolution for this? I am also running into this issue.
No branches or pull requests
crashes on macOS saying that disk is read-only, this happens for both
.send()
and.SendAsync()
I am using .net 6.0, and visual studio for Mac to build
The text was updated successfully, but these errors were encountered: