Found 79 packages
Send emails very easily. Use razor templates, smtp, embedded files, all without hassle. This is a Base Package and includes just the domain model, very basic defaults, and is also included with every other Fluent Email package here.
Now we're talking. Send emails via SMTP.
Generate emails using Razor templates. Anything you can do in ASP.NET is possible here. Uses the RazorLight project under the hood.
Send emails via SendGrid using their REST API
Send emails via MailGun using their REST API
Send emails via MailKit. The SmtpClient has been deprecated and Microsoft recommends using MailKit instead.
Generate emails using Liquid templates. Uses the Fluid project under the hood.
Send emails very easily. Use razor templates, smtp, embedded files, all without hassle. This is a Base Package and includes just the domain model, very basic defaults, and is also included with every other jcamp.FluentEmail.* package here.
Sender for FluentEmail that uses Microsoft Graph API. Implements `FluentEmail.Core.Interfaces.ISender`.
Send emails to Mailtrap. Uses FluentEmail.Smtp for delivery.
Port FluentEmail.Razor to dotnet core 3.0 Generate emails using Razor templates. Anything you can do in ASP.NET is possible here. Uses the RazorLight project under the hood.
Generate emails using Handlebars templates. Uses the Handlebars.Net (https://github.com/rexm/Handlebars.Net)
Provides Markdown template support to FluentEmail (https://github.com/lukencode/FluentEmail). This enables you to create email templates using Markdown text files and supports full model binding useful in mail merge scenarios.
A Fluent Wrapper for System.Net.Mail with razor templating support.
Send emails via Postmark using their REST API