Cake.CakeMail

Cake Addin that exends Cake with ability to utilize CakeMail.

#addin nuget:?package=Cake.CakeMail&version=3.0.0

dotnet add package Cake.CakeMail --version 3.0.0

<PackageReference Include="Cake.CakeMail" Version="3.0.0" />

Aliases

Contains aliases related to CakeMail.

In order to use the commands for this addin, you will need to include the following in your build.cake file to download and reference from NuGet.org:

#addin Cake.CakeMail

General

CakeMail Gets a CakeMailProvider instance that can be used for communicating with CakeMailProvider API.