RazorEmail 1.1.2.51

dotnet add package RazorEmail --version 1.1.2.51
NuGet\Install-Package RazorEmail -Version 1.1.2.51
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RazorEmail" Version="1.1.2.51" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RazorEmail --version 1.1.2.51
#r "nuget: RazorEmail, 1.1.2.51"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RazorEmail as a Cake Addin
#addin nuget:?package=RazorEmail&version=1.1.2.51

// Install RazorEmail as a Cake Tool
#tool nuget:?package=RazorEmail&version=1.1.2.51

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.
           https://github.com/markkemper1/RazorEmail

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.2.51 13,303 2/3/2014
1.1.2.50 2,303 1/19/2014
1.1.2.49 1,577 1/19/2014
1.1.1.40 1,753 11/30/2013
1.1.0.39 1,655 11/30/2013
1.1.0.33 2,154 7/10/2013
1.1.0.32 4,020 1/2/2013
1.1.0.30 2,323 11/7/2012
1.1.0.29 1,800 11/7/2012
1.1.0 1,898 11/7/2012
1.0.0.29 1,781 11/7/2012
1.0.0.26 1,908 9/25/2012
1.0.0.22 2,122 3/25/2012
1.0.0.21 1,777 3/25/2012
1.0.0.14 1,801 3/12/2012
1.0.0.13 1,808 3/11/2012
1.0.0.12 1,794 3/11/2012
1.0.0.11 1,783 3/11/2012
1.0.0.10 1,698 3/11/2012
1.0.0.9 1,774 3/11/2012