cake-contrib - Cake.Email 0.10.0

Cake Build addin to provide Aliases for sending emails via SMTP.

PM> Install-Package Cake.Email -Version 0.10.0 -Source https://www.myget.org/F/cake-contrib/api/v3/index.json

Copy to clipboard

> nuget.exe install Cake.Email -Version 0.10.0 -Source https://www.myget.org/F/cake-contrib/api/v3/index.json

Copy to clipboard

> dotnet add package Cake.Email --version 0.10.0 --source https://www.myget.org/F/cake-contrib/api/v3/index.json

Copy to clipboard
<PackageReference Include="Cake.Email" Version="0.10.0" />
Copy to clipboard
source https://www.myget.org/F/cake-contrib/api/v3/index.json

nuget Cake.Email  ~> 0.10.0
Copy to clipboard

> choco install Cake.Email --version 0.10.0 --source https://www.myget.org/F/cake-contrib/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "cake-contrib" -SourceLocation "https://www.myget.org/F/cake-contrib/api/v2"
Install-Module -Name "Cake.Email" -RequiredVersion "0.10.0" -Repository "cake-contrib" 
Copy to clipboard

Cake.Email

License

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 - GitHub release
Package NuGet MyGet

Build Status

Develop Master
Build status Build status

Code Coverage

Coverage Status

Quick Links

Chat Room

Please do not hesitate to reach out in the GitHub discussions if you have any issues using this addin.

  • .NETStandard 2.0
    • Cake.Email.Common (>= 0.4.2)
    • MailKit (>= 2.8.0)
  • .NETStandard 2.0: 2.0.0.0

Owners

Cake Build

Authors

Jericho

Project URL

https://github.com/cake-contrib/Cake.Email/

License

MIT

Tags

Cake Script Build Email

Info

1 total downloads
0 downloads for version 0.10.0
Download (24.05 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
0.11.0-alpha0002 24.1 KB Tue, 04 Aug 2020 21:30:15 GMT 1
0.10.0 24.05 KB Wed, 05 Aug 2020 15:56:09 GMT 0
0.10.0-rc0001 24.09 KB Tue, 04 Aug 2020 21:28:55 GMT 0