cake-contrib - Cake.CakeMail 0.4.0
Cake Build addin to provide Aliases for sending emails via CakeMail.
PM> Install-Package Cake.CakeMail -Version 0.4.0 -Source https://www.myget.org/F/cake-contrib/api/v3/index.json
> nuget.exe install Cake.CakeMail -Version 0.4.0 -Source https://www.myget.org/F/cake-contrib/api/v3/index.json
> dotnet add package Cake.CakeMail --version 0.4.0 --source https://www.myget.org/F/cake-contrib/api/v3/index.json
source https://www.myget.org/F/cake-contrib/api/v3/index.json
nuget Cake.CakeMail ~> 0.4.0
Copy to clipboard
> choco install Cake.CakeMail --version 0.4.0 --source https://www.myget.org/F/cake-contrib/api/v2
Import-Module PowerShellGet
Register-PSRepository -Name "cake-contrib" -SourceLocation "https://www.myget.org/F/cake-contrib/api/v2"
Install-Module -Name "Cake.CakeMail" -RequiredVersion "0.4.0" -Repository "cake-contrib"
Copy to clipboard
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:
#addin nuget:?package=Cake.CakeMail&version=0.6.0&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;
Also, this addin is designed to take advantage of some of the new features released in CakeBuild version 0.28.0
therefore your tools\package.config
should look like this:
<packages>
<package id="Cake" version="0.28.0" />
</packages>
Information
Stable | Pre-release | |
---|---|---|
GitHub Release | - | |
Package |
Build Status
Develop | Master |
---|---|
Code Coverage
Quick Links
Chat Room
Come join in the conversation about Cake.CaekMail in our Gitter Chat Room
-
.NETFramework 4.6
- Cake.Email.Common (>= 0.1.0)
- CakeMail.RestClient (>= 7.2.0)
-
.NETStandard 1.6
- Cake.Email.Common (>= 0.1.0)
- CakeMail.RestClient (>= 7.2.0)
- NETStandard.Library (>= 1.6.1)
- .NETFramework 4.6: 4.6.0.0
- .NETStandard 1.6: 1.6.0.0
OwnersCake Build |
AuthorsJericho |
Project URLhttps://github.com/cake-contrib/Cake.CakeMail/ |
LicenseMIT |
TagsCake Script Build Email CakeMail |
Info0 total downloads |
0 downloads for version 0.4.0 |
Download (14.33 KB) |
Found on the current feed only |
Package history
Version | Size | Last updated | Downloads | Mirrored? | |||
---|---|---|---|---|---|---|---|
![]() |
0.8.0-alpha0010 | 8.25 KB | Tue, 01 Oct 2019 23:29:36 GMT | 0 |
|
||
![]() |
0.8.0-alpha0008 | 8.25 KB | Sat, 07 Sep 2019 18:08:23 GMT | 0 |
|
||
![]() |
0.8.0-alpha0005 | 8.25 KB | Sat, 07 Sep 2019 18:02:21 GMT | 0 |
|
||
![]() |
0.8.0-alpha0003 | 8.23 KB | Wed, 29 May 2019 12:57:49 GMT | 0 |
|
||
![]() |
0.7.1 | 8.2 KB | Sat, 07 Sep 2019 18:00:15 GMT | 0 |
|
||
![]() |
0.7.0 | 8.17 KB | Wed, 17 Apr 2019 19:48:20 GMT | 0 |
|
||
![]() |
0.6.0 | 8.19 KB | Mon, 02 Jul 2018 19:07:54 GMT | 0 |
|
||
![]() |
0.5.0 | 8.19 KB | Mon, 02 Jul 2018 16:55:44 GMT | 0 |
|
||
![]() |
0.4.0 | 14.33 KB | Sat, 21 Oct 2017 15:29:49 GMT | 0 |
|
||
![]() |
0.3.2 | 324.99 KB | Sun, 25 Jun 2017 16:53:11 GMT | 0 |
|
||
![]() |
0.3.1 | 324.92 KB | Sat, 15 Apr 2017 23:07:26 GMT | 0 |
|
||
![]() |
0.3.0 | 324.91 KB | Sat, 15 Apr 2017 22:50:45 GMT | 0 |
|