RazorEmail NuGet Package

A razor email templating library.

The library uses the Razor engine for templating and provides a simple framework for working with emails

The workflow for the library is as follows:

1. You create an xml definition of your email, including default to address, cc address, bcc address, headers, subjects, sender address (and optional inline body elements)
2. Create a razor template file for the html view and plain text view. (_Layouts are supported)
3.

Send your email by calling
RazorMailer.Build(TEMPLATE_NAME, YOUR_MODEL_OBJECT, TO_ADDRESS, TO_DISPALY_NAME = null)
.ToMailMessage()
.Send();

More info can be found here.
http://github.com/markkemper1/RazorEmail.




Got any RazorEmail Question?





Info

Version: 1.1.2.51
Author(s): Jobping
Last Update: Monday, February 3, 2014
.NET Fiddle: Create the first Fiddle
Project Url: http://github.com/markkemper1/RazorEmail
NuGet Url: https://www.nuget.org/packages/RazorEmail


Install
Install-Package RazorEmail
dotnet add package RazorEmail
paket add RazorEmail
RazorEmail Download (Unzip the "nupkg" after downloading)





STATS

must-have-score

.3

avg-downloads-per-day

6

days-since-last-release

3735