Cake.Email
4.0.1
dotnet add package Cake.Email --version 4.0.1
NuGet\Install-Package Cake.Email -Version 4.0.1
<PackageReference Include="Cake.Email" Version="4.0.1" />
paket add Cake.Email --version 4.0.1
#r "nuget: Cake.Email, 4.0.1"
#addin nuget:?package=Cake.Email&version=4.0.1
Cake.Email
Cake.Email is an Addin for Cake which allows sending of email from your build scripts.
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.Email&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 Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 is compatible. |
-
net8.0
- Cake.Email.Common (>= 4.0.1)
- MailKit (>= 4.8.0)
-
net9.0
- Cake.Email.Common (>= 4.0.1)
- MailKit (>= 4.8.0)
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 |
---|---|---|
4.0.1 | 74 | 11/17/2024 |
4.0.0 | 83 | 11/17/2024 |
3.0.0 | 849 | 11/23/2023 |
2.0.0 | 7,925 | 12/6/2021 |
1.0.2 | 69,609 | 3/14/2021 |
1.0.0 | 899 | 2/18/2021 |
0.10.0 | 20,734 | 8/5/2020 |
0.9.2 | 4,637 | 9/28/2019 |
0.9.1 | 1,655 | 9/7/2019 |
0.9.0 | 624 | 9/7/2019 |
0.8.0 | 21,679 | 4/17/2019 |
0.7.0 | 11,328 | 7/2/2018 |
0.6.0 | 1,291 | 3/13/2018 |
0.5.5 | 5,759 | 10/15/2017 |
0.5.4 | 2,311 | 10/2/2017 |
0.5.3 | 1,024 | 9/28/2017 |
0.4.2 | 63,566 | 6/25/2017 |
0.4.1 | 2,028 | 4/24/2017 |
0.4.0 | 1,015 | 4/21/2017 |
0.3.0 | 1,047 | 4/12/2017 |
0.2.0 | 1,227 | 2/1/2017 |
0.1.1 | 1,515 | 11/2/2016 |
0.1.0 | 1,123 | 10/30/2016 |