Refactored.Email
2.2.0
See the version list below for details.
dotnet add package Refactored.Email --version 2.2.0
NuGet\Install-Package Refactored.Email -Version 2.2.0
<PackageReference Include="Refactored.Email" Version="2.2.0" />
paket add Refactored.Email --version 2.2.0
#r "nuget: Refactored.Email, 2.2.0"
// Install Refactored.Email as a Cake Addin #addin nuget:?package=Refactored.Email&version=2.2.0 // Install Refactored.Email as a Cake Tool #tool nuget:?package=Refactored.Email&version=2.2.0
Encapsulates email sending capabilities to enable sending HTML/Plain text email with embedded images and field parsing for mail-merge like capabilities
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on Refactored.Email:
Package | Downloads |
---|---|
Refactored.UmbracoEmailExtensions
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. |
|
Refactored.MemberServices
Provides Front-End registration and account-management services for Umbraco Members. Version 2.0.1 targets Umbraco 7.3 and has been re-written to be more flexible allowing for profile registration for multiple Member Types. |
|
Refactored.Subscriptions
Provides Subscription notification and management for Umbraco |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 2,366 | 2/28/2022 |
3.0.0-rc002 | 282 | 2/27/2022 |
3.0.0-rc001 | 151 | 2/27/2022 |
2.2.0 | 3,337 | 9/15/2020 |
2.1.5 | 2,125 | 1/11/2020 |
2.1.4 | 689 | 12/29/2019 |
2.1.3.3 | 6,332 | 3/22/2018 |
2.1.3 | 2,959 | 3/27/2016 |
2.1.2 | 2,480 | 7/17/2015 |
2.1.1 | 2,878 | 6/20/2015 |
2.1.0.5 | 2,586 | 10/1/2014 |
2.1.0.4 | 1,093 | 10/1/2014 |
2.1.0.3 | 1,089 | 10/1/2014 |
2.1.0.2 | 1,116 | 9/29/2014 |
2.0.0 | 1,534 | 9/4/2014 |
1.3.2 | 1,961 | 7/9/2014 |
1.3.1.5 | 2,646 | 7/7/2014 |
1.3.1.4 | 1,616 | 6/30/2014 |
1.3.1 | 2,290 | 6/15/2013 |
1.3.0.3 | 1,201 | 6/7/2013 |
1.3.0.1 | 2,275 | 2/3/2013 |
Email sending capabilities to enable sending HTML/Plain text email with embedded images and field parsing for mail-merge like capabilities
Version 2.2.0.0:
* Obsoleted UseSSL in favour of application settings.
Version 2.1.5.0:
* Added ability to transform newlines to `<br />` in string values for HTML templates using ConvertNewlineToBreak property.
Version 2.1.4.0:
* Added ability to transform field replacement keys using FieldTransforms property.
Version 2.1.2.0:
* Better management of broken image urls in template body content when trying to embed them in the message as attachments.
Version 2.1.0.0:
* Support for attachments and IEnumerable fields.
** IEnumerable fields will be rendered as a list of strings. If the body is detected as HTML the list will be rendered in a <ul> list.
!Important!
Version 2.0.0.0:
* Now targeting v4.5
* New MailMessage Extension Methods available
* PrepareAlternateView method now uses the default encoding instead of forcing to UTF8.
* PrepareAlternateView method now uses an optional parameter for contentType set by default to text/plain
Version 1.3.0.0 introduces breaking changes to the Email.SendEmail method in that the method parameter list has been reordered to better support optional parameters.