Cake.SendGrid

Cake Addin that exends Cake with ability to utilize SendGrid.

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

dotnet add package Cake.SendGrid --version 4.0.0

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

Aliases

Contains aliases related to SendGrid.

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

General

SendGrid Gets a SendGridProvider instance that can be used for communicating with SendGridProvider API.