Rabbit.Communication
1.5.0
dotnet add package Rabbit.Communication --version 1.5.0
NuGet\Install-Package Rabbit.Communication -Version 1.5.0
<PackageReference Include="Rabbit.Communication" Version="1.5.0" />
paket add Rabbit.Communication --version 1.5.0
#r "nuget: Rabbit.Communication, 1.5.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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 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)