SendGrid.SmtpApiPlus 1.0.1

dotnet add package SendGrid.SmtpApiPlus --version 1.0.1
NuGet\Install-Package SendGrid.SmtpApiPlus -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SendGrid.SmtpApiPlus" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SendGrid.SmtpApiPlus --version 1.0.1
#r "nuget: SendGrid.SmtpApiPlus, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SendGrid.SmtpApiPlus as a Cake Addin
#addin nuget:?package=SendGrid.SmtpApiPlus&version=1.0.1

// Install SendGrid.SmtpApiPlus as a Cake Tool
#tool nuget:?package=SendGrid.SmtpApiPlus&version=1.0.1

Easily use your favorite SMTP client library to send mail through SendGrid with the proper X-SMTPAPI headers.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SendGrid.SmtpApiPlus:

Package Downloads
SendGridPlus

A client library for interfacing with the SendGrid APIs, including the Event API. This is an updated and refactored version of the SendGrid package.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 164,439 4/24/2014
1.0.0 1,393 2/27/2014

1.0.1 - Added Windows Phone 8.1 and Universal Apps support.