Sendgrid 3.0.2
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Sendgrid --version 3.0.2
NuGet\Install-Package Sendgrid -Version 3.0.2
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" Version="3.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sendgrid" Version="3.0.2" />
<PackageReference Include="Sendgrid" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Sendgrid --version 3.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Sendgrid, 3.0.2"
#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.
#:package Sendgrid@3.0.2
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Sendgrid&version=3.0.2
#tool nuget:?package=Sendgrid&version=3.0.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Basic C# client library and examples for using SendGrid API's to send mail. Github repo located at : https://github.com/sendgrid/sendgrid-csharp
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.Bcl.Async (>= 1.0.16)
- Microsoft.Net.Http (>= 2.2.13)
- SendGrid.SmtpApi (>= 1.1.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.3.4 | 1,625 | 12/15/2015 |
| 6.3.3 | 442 | 12/14/2015 |
| 6.3.2 | 840 | 12/11/2015 |
| 6.3.1 | 478 | 12/11/2015 |
| 6.3.0 | 5,751 | 11/25/2015 |
| 6.2.0 | 2,602 | 11/18/2015 |
| 6.1.0 | 115,543 | 4/27/2015 |
| 6.0.1 | 1,210 | 4/24/2015 |
| 5.1.0 | 57,440 | 1/25/2015 |
| 5.0.0 | 47,455 | 10/9/2014 |
| 4.0.0 | 35,456 | 6/23/2014 |
| 3.0.2 | 9,153 | 5/30/2014 |
| 3.0.1 | 4,783 | 5/23/2014 |
| 3.0.0 | 1,176 | 5/22/2014 |
| 2.1.1 | 16,948 | 2/7/2014 |
| 1.2.2 | 10,448 | 1/3/2014 |
| 1.2.1 | 9,302 | 10/24/2013 |
| 1.2.0 | 16,672 | 7/29/2013 |
| 1.1.1 | 41,113 | 1/14/2013 |
| 1.0.2 | 291 | 1/11/2013 |
| 1.0.1 | 16,885 | 1/17/2012 |
| 1.0.0 | 337 | 1/17/2012 |
Add EnableTemplateEngine(String template_id) method for using Template Engine templates.