![]() |
VOOZH | about |
dotnet add package Refactored.UmbracoEmailExtensions --version 2.4.0
NuGet\Install-Package Refactored.UmbracoEmailExtensions -Version 2.4.0
<PackageReference Include="Refactored.UmbracoEmailExtensions" Version="2.4.0" />
<PackageVersion Include="Refactored.UmbracoEmailExtensions" Version="2.4.0" />Directory.Packages.props
<PackageReference Include="Refactored.UmbracoEmailExtensions" />Project file
paket add Refactored.UmbracoEmailExtensions --version 2.4.0
#r "nuget: Refactored.UmbracoEmailExtensions, 2.4.0"
#:package Refactored.UmbracoEmailExtensions@2.4.0
#addin nuget:?package=Refactored.UmbracoEmailExtensions&version=2.4.0Install as a Cake Addin
#tool nuget:?package=Refactored.UmbracoEmailExtensions&version=2.4.0Install as a Cake Tool
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 net45 is compatible. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
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.