Cake.CakeMail
2.0.0
Install-Package Cake.CakeMail -Version 2.0.0
dotnet add package Cake.CakeMail --version 2.0.0
<PackageReference Include="Cake.CakeMail" Version="2.0.0" />
paket add Cake.CakeMail --version 2.0.0
#r "nuget: Cake.CakeMail, 2.0.0"
#addin nuget:?package=Cake.CakeMail&version=2.0.0
Cake.CakeMail
Cake.CakeMail is an Addin for Cake which allows sending of email via CakeMail.
Usage
First, include a reference to this addin in your script like this (of course, replace x.y.z
with the latest version available on NuGet):
#addin nuget:?package=Cake.CakeMail&version=x.y.z&loaddependencies=true
Second, we highly recommend that you add the following 'using' statement in your script. Technically, this is not necessary, but it simplifies dealing with attachements:
using Cake.Email.Common;
Information
Stable | Pre-release | |
---|---|---|
GitHub Release | - | |
Package |
Build Status
Develop | Master |
---|---|
Code Coverage
Quick Links
Chat Room
Please do not hesitate to reach out in the GitHub discussions if you have any issues using this addin.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp3.1 |
-
.NETCoreApp 3.1
- Cake.Email.Common (>= 2.0.0)
- CakeMail.RestClient (>= 9.0.1)
-
net5.0
- Cake.Email.Common (>= 2.0.0)
- CakeMail.RestClient (>= 9.0.1)
-
net6.0
- Cake.Email.Common (>= 2.0.0)
- CakeMail.RestClient (>= 9.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.0.0 | 704 | 12/14/2021 |
1.0.1 | 1,530 | 3/14/2021 |
1.0.0 | 372 | 2/28/2021 |
0.7.1 | 3,483 | 9/7/2019 |
0.7.0 | 1,825 | 4/17/2019 |
0.6.0 | 1,685 | 7/2/2018 |
0.5.0 | 624 | 7/2/2018 |
0.4.0 | 1,190 | 10/21/2017 |
0.3.2 | 884 | 6/25/2017 |
0.3.1 | 809 | 4/15/2017 |
0.3.0 | 676 | 4/15/2017 |
0.2.0 | 878 | 2/2/2017 |
0.1.2 | 966 | 11/23/2016 |
0.1.1 | 1,079 | 11/4/2016 |
0.1.0 | 785 | 10/30/2016 |