FluentEmail
FluentEmail copied to clipboard
All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.
Currently, the method `AttachFromFileName({fileName}, {Content-Type}, {attachmentName})` has only fileName as required and other two including "content-type" as optional. But in the implementation, it seems its expected/required. When i implemented the...
`Email.AttachFromFileName()` opens a stream on the source file but does not dispose of it.
I am looking forward to generate email and make it as so to save as file. Is there any way to convert Email object to memory stream. Thanks,Umer
Current implementation of Send and SendAsync calls CreateMailMessage() to create an instance of MimeMessage. After that, the message can be DKIM-signed. The problem is that CreateMailMessage() is a private method,...
Hello We have about 5 sites with differente domains, but in Microsoft Exchange 365 portal all domains are in the same tenant! The plugin Fluent SMTP needs a configuration of...