Refactored.UmbracoEmailExtensions 2.1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Refactored.UmbracoEmailExtensions --version 2.1.1.1
NuGet\Install-Package Refactored.UmbracoEmailExtensions -Version 2.1.1.1
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="Refactored.UmbracoEmailExtensions" Version="2.1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Refactored.UmbracoEmailExtensions --version 2.1.1.1
#r "nuget: Refactored.UmbracoEmailExtensions, 2.1.1.1"
#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 Refactored.UmbracoEmailExtensions as a Cake Addin
#addin nuget:?package=Refactored.UmbracoEmailExtensions&version=2.1.1.1

// Install Refactored.UmbracoEmailExtensions as a Cake Tool
#tool nuget:?package=Refactored.UmbracoEmailExtensions&version=2.1.1.1

Provides the ability to send email from within Umbraco based on a POCO model and Content Email Templates.

This package extends UmbracoHelper providing a SendFormData extension method to send emails using specified Content nodes as templates.

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
2.4.0 3,562 12/14/2016
2.3.1 1,631 2/11/2015
2.3.0.1 1,141 10/4/2014
2.3.0 1,090 10/3/2014
2.2.0.4 1,081 10/2/2014
2.2.0.3 1,072 10/1/2014
2.2.0.2 1,082 9/29/2014
2.1.1.1 1,106 7/10/2014
2.0.5.1 1,087 7/2/2014
2.0.5 1,098 7/1/2014
2.0.4.3 1,136 2/11/2015
2.0.4.2 1,252 2/11/2015
2.0.4.1 1,077 6/30/2014
2.0.4 1,505 7/23/2013
2.0.2.2 1,409 2/6/2013
2.0.2.1 1,145 2/6/2013
2.0.2 1,181 2/6/2013
2.0.1 1,196 2/5/2013
2.0.0 1,177 2/5/2013
1.1.0.1 1,146 2/3/2013

Provides the ability to send email from within Umbraco based on a POCO model and Content Email Templates.

This package extends UmbracoHelper providing a SendFormData extension method to send emails using specified Content nodes as templates.

New in Version 2:
* Message Centre Dashboard allows users to track messages sent and received on the site and provides the ability to reply and archive messages.

* 2.0.1.0: Added optional parameter to FormMailer.SendFormData methods to turn off recording messages in the database.

* 2.0.6.0: Added the ability to specify a list of IPublishedContent to allow for attachments to be sent with the email.