Sendgrid 6.1.0
dotnet add package Sendgrid --version 6.1.0
NuGet\Install-Package Sendgrid -Version 6.1.0
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="6.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Sendgrid --version 6.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Sendgrid, 6.1.0"
#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 as a Cake Addin #addin nuget:?package=Sendgrid&version=6.1.0 // Install Sendgrid as a Cake Tool #tool nuget:?package=Sendgrid&version=6.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
-
- SendGrid.SmtpApi (>= 1.3.1)
GitHub repositories (59)
Showing the top 5 popular GitHub repositories that depend on Sendgrid:
Repository | Stars |
---|---|
bitwarden/server
Bitwarden infrastructure/backend (API, database, Docker, etc).
|
|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
louthy/language-ext
C# pure functional programming framework - come and get declarative!
|
|
simplcommerce/SimplCommerce
A simple, cross platform, modulith ecommerce system built on .NET
|
|
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
|
Version | Downloads | Last updated |
---|---|---|
6.1.0 | 57,648 | 4/27/2015 |
6.0.1 | 970 | 4/24/2015 |
5.1.0 | 49,226 | 1/25/2015 |
5.0.0 | 40,443 | 10/9/2014 |
4.0.0 | 32,310 | 6/23/2014 |
3.0.2 | 6,208 | 5/30/2014 |
3.0.1 | 3,498 | 5/23/2014 |
3.0.0 | 721 | 5/22/2014 |
2.1.1 | 6,170 | 2/7/2014 |
1.2.2 | 2,865 | 1/3/2014 |
1.2.1 | 2,079 | 10/24/2013 |
1.2.0 | 5,556 | 7/29/2013 |
1.1.1 | 9,700 | 1/14/2013 |
1.0.2 | 134 | 1/11/2013 |
1.0.1 | 4,018 | 1/17/2012 |
1.0.0 | 135 | 1/17/2012 |
Added support for sending with API keys in addition to credentials.