Info
| Version: | 1.1.8 |
| Author(s): | Joao Prado |
| Last Update: | Monday, December 23, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/jmprado/CoreMailer |
| NuGet Url: | https://www.nuget.org/packages/JmpCoreMailer |
Install
Install-Package JmpCoreMailer
dotnet add package JmpCoreMailer
paket add JmpCoreMailer
JmpCoreMailer Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Mvc.Abstractions(>= 2.0.0)
- Microsoft.AspNetCore.Mvc.Core(>= 2.0.0)
- Microsoft.AspNetCore.Mvc.Razor(>= 2.0.0)
Tags
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.