This is just a small project to send emails from within ASPNET.Core with razor template. See the exmaple project for details.
Added support to send mails trough SSL.
This packate is based on work from https://github.com/riyasat/CoreMailer
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 Mailer package here.
## Important
This is a .NET 6 compiled version.
Users who use .net 5 please install the `1.1.x` package versions.
Users who use .net core 3.1 please install the `1.0.x` versions
## What is this?
An slim and simple client to handle HTML Mails in .net core 6+ for Mailkit. This client allows you to...
More information