Refactored.UmbracoEmailExtensions
2.2.0.3
See the version list below for details.
dotnet add package Refactored.UmbracoEmailExtensions --version 2.2.0.3
NuGet\Install-Package Refactored.UmbracoEmailExtensions -Version 2.2.0.3
<PackageReference Include="Refactored.UmbracoEmailExtensions" Version="2.2.0.3" />
paket add Refactored.UmbracoEmailExtensions --version 2.2.0.3
#r "nuget: Refactored.UmbracoEmailExtensions, 2.2.0.3"
// Install Refactored.UmbracoEmailExtensions as a Cake Addin #addin nuget:?package=Refactored.UmbracoEmailExtensions&version=2.2.0.3 // Install Refactored.UmbracoEmailExtensions as a Cake Tool #tool nuget:?package=Refactored.UmbracoEmailExtensions&version=2.2.0.3
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 Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. 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. |
-
- Refactored.Email (>= 2.1.0.5)
- UmbracoCms.Core (>= 7.1.3)
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,632 | 12/14/2016 |
2.3.1 | 1,666 | 2/11/2015 |
2.3.0.1 | 1,170 | 10/4/2014 |
2.3.0 | 1,122 | 10/3/2014 |
2.2.0.4 | 1,120 | 10/2/2014 |
2.2.0.3 | 1,108 | 10/1/2014 |
2.2.0.2 | 1,112 | 9/29/2014 |
2.1.1.1 | 1,141 | 7/10/2014 |
2.0.5.1 | 1,119 | 7/2/2014 |
2.0.5 | 1,125 | 7/1/2014 |
2.0.4.3 | 1,173 | 2/11/2015 |
2.0.4.2 | 1,284 | 2/11/2015 |
2.0.4.1 | 1,111 | 6/30/2014 |
2.0.4 | 1,549 | 7/23/2013 |
2.0.2.2 | 1,446 | 2/6/2013 |
2.0.2.1 | 1,179 | 2/6/2013 |
2.0.2 | 1,215 | 2/6/2013 |
2.0.1 | 1,229 | 2/5/2013 |
2.0.0 | 1,208 | 2/5/2013 |
1.1.0.1 | 1,166 | 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)
* Started separating 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.