Cake.Email

Cake Addin that exends Cake with ability to send email.

#addin nuget:?package=Cake.Email&version=4.0.0

dotnet add package Cake.Email --version 4.0.0

<PackageReference Include="Cake.Email" Version="4.0.0" />

Aliases

Contains aliases related to emails.

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.Email

General

Email Gets a EmailProvider instance that can be used for sending emails.