FluentEmail
FluentEmail copied to clipboard
All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.
As the sender has limited emails per day or per hour, I need to select the proper sender according to the number of receivers, I am using Mailkit sender and...
Updated razorlight package reference so that it does not use the release candidate of razorlight anymore
Hi, I'm trying to use o:tracking parameter to track my mailgun e-mails and did I can't find any way's to do it. There's a option to send it?
I'm struggling to make email work while working with embedded resource for `_Layout.cshtml` in `FluentEmail`. This is the exception error I'm getting: `Project can not find template with key _Layout.cshtml.`...
We have just started out using FluentEmail. Our assumption was that this setup: ```csharp services .AddFluentEmail("[email protected]") .AddLiquidRenderer(options => { options.FileProvider = new PhysicalFileProvider("C:\\email-templates"); }); ``` Combined with: ```csharp .UsingTemplateFromFile("template.liquid", model)...
Looking into the source code, Version 3.0.2 should include the functionality to send SendGrid email with templates. But including the NuGet version 3.0.2 of FluentEmail.SendGrid, inspecting, this function is missing....
Simple version bump to update to latest SendGrid nuget package [v9.27.0](https://github.com/sendgrid/sendgrid-csharp/releases/tag/9.27.0).
 I initialize the Razor renderer here, setting the template root folder, which works fine on my local machine, but once I deploy it to Heroku (Linux) it throws this...
When using FluentEmail it seems to work find for text emails, but when I try to use Templates. I get the following error when using .Net Core 3.1 Cannot find...
Hello, regarding #101 we need to be able to change the email content type from multipart/mixed to multipart/related. Is there an overload, or an option when building an email to...