FluentEmail
FluentEmail copied to clipboard
All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.
For a project, I had to add support for [MailPace](https://www.mailpace.com). Would you be interested if I contributed this back to FluentEmail?
Method not found: MailKit.MailTransport.SendAsync Last version MailKit not support?
Add custom host support for testing mail sending in localhost by ghashange/sendgrid-mock docker image
First of all, sorry for pushing the PR without asking. This is up to discussion and I had pretty good template to start with. [NUKE](https://www.nuke.build/) has proven to be great...
Hi Team, Need help on this issue :https://stackoverflow.com/questions/74740892/could-not-load-file-or-assembly-microsoft-extensions-dependencymodel-version-5 All the details are mentioned in the above link Any help on this issue is much appreciated Thanks, Santosh
Hi: I use the FluentEmail.Razor 3.0.2 in my .NET 6 project and it's working fine for most of what I need it to do. I have a layout file _DefaultEmailLayout.cshtml...
Its currently not possible to use the templates defined in Mailgun. Should add support for Mailgun templates in a similar way as the sendgrid package.
In my application, users need to be able to supply their own SMTP host/credentials for their company. Currently, I don't see a way to support using different SMTP servers to...
Is there a way to specify the IP address of where to send emails from? My host is moaning because the server I send from has multiple IP addresses and...
Hello, I'm trying to send an email using Razor Template on my c# WinForm. It works when I run the program locally, but once I place it on network share...