FluentEmail icon indicating copy to clipboard operation
FluentEmail copied to clipboard

All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.

Results 138 FluentEmail issues
Sort by recently updated
recently updated
newest added

We were testing some template rendering and were getting a NullReferenceException when this code is executing. I believe one of the model properties is null. I would think ReplaceRenderer should...

Before moving to .net core, we used ActionMailer for our razor-templated emails. I was able to dynamically configure whether our emails went to disk, or to our smtp server using...

Regarding issue 232. - Where is Graph API support being maintained, in this repo, or in the other repo? - Should I be using the separate nuget-package, or not? -...

I'm using Hangfire hosted in an ASP.NET core site as a background job processor. The email service gets a IFluentEmail instance from the DI container. When multiple email jobs are...

Some APIs within IFluentEmail are not async where it benefit from it highly, when accessing files or anything else that offers async capabilites. An example of this is the ITemplateRenderer...

Added method : IFluentEmail ReplyTo(IEnumerable\ mailAddresses); apparently VS fixed some indents which didnt show up on its diff before commiting, so i added an .editorconfig file aswell to try and...

Hi, I was testing FluentEmail with RazorRender and .netfx 4.7.1, but is always reported exception. Am I missing something to get it worked well with .netfx 4.7.1? My FluentEmail version...

Replicated

I'm trying to setup the FluentEmail Razor Renderer but getting a bunt of errors due to missing default namespaces. For example `The type or namespace name 'List' could not be...

Hi, Is there a way to configure multiple providers? We need to send from one of multiple SMTP server and or Sendgrid within the same application. Can you configure this...

I am new to FluentLiquid so I'm not sure if what I am doing should work or not. I'm trying to use a class with nested class properties. The example...