cake-contrib - Cake.SendGrid 0.8.0
Cake Build addin to provide Aliases for sending emails via SendGrid.
PM> Install-Package Cake.SendGrid -Version 0.8.0 -Source https://www.myget.org/F/cake-contrib/api/v3/index.json
> nuget.exe install Cake.SendGrid -Version 0.8.0 -Source https://www.myget.org/F/cake-contrib/api/v3/index.json
> dotnet add package Cake.SendGrid --version 0.8.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.SendGrid ~> 0.8.0
Copy to clipboard
> choco install Cake.SendGrid --version 0.8.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.SendGrid" -RequiredVersion "0.8.0" -Repository "cake-contrib"
Copy to clipboard
Cake.SendGrid
Cake.SendGrid is an Addin for Cake which allows sending of email via SendGrid.
Usage
First, include a reference to this addin in your script like this:
#addin nuget:?package=Cake.SendGrid&version=0.8.0&loaddependencies=true
Second, we highly recommend that you add the following 'using' statement in your script. Technically, this is not necesary, 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.33.0
therefore your tools\package.config
should look like this:
<packages>
<package id="Cake" version="0.33.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.SendGrid in our Gitter Chat Room
- .NETStandard 2.0: 2.0.0.0
OwnersCake Build |
AuthorsJericho |
Project URLhttps://github.com/cake-contrib/Cake.SendGrid/ |
LicenseMIT |
TagsCake Script Build Email SendGrid |
Info12 total downloads |
0 downloads for version 0.8.0 |
Download (8.93 KB) |
Found on the current feed only |
Package history
Version | Size | Last updated | Downloads | Mirrored? | |||
---|---|---|---|---|---|---|---|
![]() |
0.9.0-alpha0009 | 8.98 KB | Tue, 01 Oct 2019 23:31:08 GMT | 0 |
|
||
![]() |
0.9.0-alpha0007 | 8.99 KB | Sat, 07 Sep 2019 20:19:20 GMT | 0 |
|
||
![]() |
0.9.0-alpha0002 | 8.97 KB | Wed, 29 May 2019 13:03:54 GMT | 0 |
|
||
![]() |
0.9.0-alpha0001 | 8.97 KB | Wed, 17 Apr 2019 20:15:32 GMT | 0 |
|
||
![]() |
0.8.1 | 8.95 KB | Sat, 07 Sep 2019 20:17:37 GMT | 0 |
|
||
![]() |
0.8.0 | 8.93 KB | Wed, 17 Apr 2019 20:32:10 GMT | 0 |
|
||
![]() |
0.7.0 | 8.94 KB | Mon, 02 Jul 2018 18:27:22 GMT | 2 |
|
||
![]() |
0.6.0 | 8.93 KB | Tue, 13 Mar 2018 19:07:15 GMT | 2 |
|
||
![]() |
0.5.0 | 15.86 KB | Fri, 20 Oct 2017 17:31:19 GMT | 2 |
|
||
![]() |
0.4.2 | 332.97 KB | Sun, 25 Jun 2017 16:41:50 GMT | 2 |
|
||
![]() |
0.4.1 | 332.89 KB | Mon, 24 Apr 2017 13:32:39 GMT | 2 |
|
||
![]() |
0.4.0 | 315.98 KB | Sun, 23 Apr 2017 16:55:02 GMT | 2 |
|