RazorMail allows sending of email using the razor template engine outwith the context of an MVC project, keeping the concerns of email generation within your domain rather than the UI.
Info
Version: | 2.2.0 |
Author(s): | William Duffy Software |
Last Update: | Friday, December 23, 2011 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/RazorMail |
Install
Install-Package RazorMail
dotnet add package RazorMail
paket add RazorMail
RazorMail Download (Unzip the "nupkg" after downloading)
Dependencies
- HtmlAgilityPack(1.4.3)
- RazorEngine(3.0.3)