FluentEmail
FluentEmail copied to clipboard
All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.
[FluentEmail.MailKit] I added a new option in SmtpClientOptions to give the opportunity to specify a ServerCertificateValidationCallback per client. If specified the callback is assigned to the MailKit SmtpClient and it...
Bind MailgunSender to ISender in singleton scope. MailgunSender creates a new HttpClient for each instance of a MailgunSender object. Based on Microsoft recommendations https://learn.microsoft.com/en-us/dotnet/fundamentals/networking/http/httpclient-guidelines#recommended-use I propose the MailgunSender should be...
Added support to use Mailgun templates the same way you can use Sendgrid templates.
Hello, This PR adds support for Azure's Email Communication Service. This integration uses the .NET package provided to us by Azure (**Azure.Communication.Email**). PS: The Azure.Communication.Email package is currently in preview...
I was looping through a list of people to send emails to, using the same instance of FluentEmail and each person got all the previous peoples emails! Turns out .To...
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 ``` Unhandled exception....
.NET 8 is announced as stable, but this package (`FluentEmail.Graph`) has a dependency to an older version of `Microsoft.Graph`, which defined it only accepts `System.Text.Json` in version [6.0, 8.0), so...
Is this project dead? There have been no commits or releases since March 2022. I appreciate maintaining open-source projects is hard and time-consuming but it would be a shame as...
The last version released is 3.0.2, but master contains a fix for SendGrid categories. Could you please release a new version? Links for reference: https://github.com/lukencode/FluentEmail/tree/master/src/Senders/FluentEmail.SendGrid https://github.com/lukencode/FluentEmail/tree/v3.0.2/src/Senders/FluentEmail.SendGrid https://www.nuget.org/packages/FluentEmail.SendGrid => 3.0.2
Fixes https://github.com/lukencode/FluentEmail/issues/377