Rabbit.Communication 1.5.0

dotnet add package Rabbit.Communication --version 1.5.0
NuGet\Install-Package Rabbit.Communication -Version 1.5.0
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="Rabbit.Communication" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rabbit.Communication --version 1.5.0
#r "nuget: Rabbit.Communication, 1.5.0"
#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 Rabbit.Communication as a Cake Addin
#addin nuget:?package=Rabbit.Communication&version=1.5.0

// Install Rabbit.Communication as a Cake Tool
#tool nuget:?package=Rabbit.Communication&version=1.5.0

Provide some services for sending emails

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
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 (2)

Showing the top 2 NuGet packages that depend on Rabbit.Communication:

Package Downloads
Rabbit.Communication.MsgHtmlTemplate

Extract Msg file to get subject/body for emailing

Rabbit.Communication.TextTemplate

Build mail subject/body from text/cshtml file

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0 944 9/11/2018
1.4.0 1,437 6/18/2016

Version 1.5.0
     - Added MailMessageTransformer and renamed IEmailService to IEmailSenderService
     Version 1.4.0
     - Added a new constructor which accepts parameters from configuration settings
     Version 1.3.0
     - Added a new constructor which accepts dictionary of parameters
     Version 1.2.2
     - Only set Credentials when specified
     Version 1.2.0
     - Simplify the interface IEmailService, only having 3 methods
     Version 1.1.0
     - Add new methods which support friendly name of sender, receiver(s)