Refactored.UmbracoEmailExtensions
2.4.0
Install-Package Refactored.UmbracoEmailExtensions -Version 2.4.0
dotnet add package Refactored.UmbracoEmailExtensions --version 2.4.0
<PackageReference Include="Refactored.UmbracoEmailExtensions" Version="2.4.0" />
paket add Refactored.UmbracoEmailExtensions --version 2.4.0
#r "nuget: Refactored.UmbracoEmailExtensions, 2.4.0"
// Install Refactored.UmbracoEmailExtensions as a Cake Addin
#addin nuget:?package=Refactored.UmbracoEmailExtensions&version=2.4.0
// Install Refactored.UmbracoEmailExtensions as a Cake Tool
#tool nuget:?package=Refactored.UmbracoEmailExtensions&version=2.4.0
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 | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
-
- ClientDependency-Mvc (>= 1.7.0.4)
- Microsoft.AspNet.Mvc.FixedDisplayModes (>= 5.0.0)
- Refactored.Email (>= 2.1.3)
- UmbracoCms.Core (>= 7.3.8)
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,129 | 12/14/2016 |
2.3.1 | 1,404 | 2/11/2015 |
2.3.0.1 | 934 | 10/4/2014 |
2.3.0 | 869 | 10/3/2014 |
2.2.0.4 | 823 | 10/2/2014 |
2.2.0.3 | 839 | 10/1/2014 |
2.2.0.2 | 853 | 9/29/2014 |
2.1.1.1 | 885 | 7/10/2014 |
2.0.5.1 | 840 | 7/2/2014 |
2.0.5 | 892 | 7/1/2014 |
2.0.4.3 | 917 | 2/11/2015 |
2.0.4.2 | 1,031 | 2/11/2015 |
2.0.4.1 | 863 | 6/30/2014 |
2.0.4 | 1,248 | 7/23/2013 |
2.0.2.2 | 1,091 | 2/6/2013 |
2.0.2.1 | 918 | 2/6/2013 |
2.0.2 | 940 | 2/6/2013 |
2.0.1 | 966 | 2/5/2013 |
2.0.0 | 963 | 2/5/2013 |
1.1.0.1 | 902 | 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.
2.2.0.0:
* Base Umbraco version is now 7.1.3
* Support for email attachments using Media items as IPublishedContent (including support for native ImageCropper property in Media)
* Separated out Message Centre Dashboard to it's own package.
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.