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,076 | 12/14/2016 |
2.3.1 | 1,392 | 2/11/2015 |
2.3.0.1 | 921 | 10/4/2014 |
2.3.0 | 857 | 10/3/2014 |
2.2.0.4 | 809 | 10/2/2014 |
2.2.0.3 | 828 | 10/1/2014 |
2.2.0.2 | 837 | 9/29/2014 |
2.1.1.1 | 874 | 7/10/2014 |
2.0.5.1 | 831 | 7/2/2014 |
2.0.5 | 878 | 7/1/2014 |
2.0.4.3 | 902 | 2/11/2015 |
2.0.4.2 | 1,022 | 2/11/2015 |
2.0.4.1 | 852 | 6/30/2014 |
2.0.4 | 1,239 | 7/23/2013 |
2.0.2.2 | 1,070 | 2/6/2013 |
2.0.2.1 | 902 | 2/6/2013 |
2.0.2 | 923 | 2/6/2013 |
2.0.1 | 952 | 2/5/2013 |
2.0.0 | 951 | 2/5/2013 |
1.1.0.1 | 888 | 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.