Refactored.Email 1.3.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Refactored.Email --version 1.3.2
NuGet\Install-Package Refactored.Email -Version 1.3.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Refactored.Email" Version="1.3.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Refactored.Email --version 1.3.2
#r "nuget: Refactored.Email, 1.3.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Refactored.Email as a Cake Addin
#addin nuget:?package=Refactored.Email&version=1.3.2

// Install Refactored.Email as a Cake Tool
#tool nuget:?package=Refactored.Email&version=1.3.2

Encapsulates email sending capabilities to enable sending HTML email with embedded images and field parsing for mail-merge like capabilities

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 1,867 2/28/2022
3.0.0-rc002 261 2/27/2022
3.0.0-rc001 127 2/27/2022
2.2.0 3,293 9/15/2020
2.1.5 1,713 1/11/2020
2.1.4 668 12/29/2019
2.1.3.3 6,040 3/22/2018
2.1.3 2,886 3/27/2016
2.1.2 2,349 7/17/2015
2.1.1 2,733 6/20/2015
2.1.0.5 2,490 10/1/2014
2.1.0.4 1,062 10/1/2014
2.1.0.3 1,068 10/1/2014
2.1.0.2 1,093 9/29/2014
2.0.0 1,484 9/4/2014
1.3.2 1,879 7/9/2014
1.3.1.5 2,544 7/7/2014
1.3.1.4 1,562 6/30/2014
1.3.1 2,209 6/15/2013
1.3.0.3 1,174 6/7/2013
1.3.0.1 2,188 2/3/2013

Email sending capabilities to enable sending HTML email with embedded images and field parsing for mail-merge like capabilities
       
!Important!        
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.