Minimal implementation of the SendGrid HTTP v3 API to send emails, compatible with .NET Platform Standard 1.0.
Info
| Version: | 1.1.0 |
| Author(s): | Sebastien ROBERT |
| Last Update: | Saturday, July 2, 2016 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/TanukiSharp/MinimalSendGrid |
| NuGet Url: | https://www.nuget.org/packages/MinimalSendGrid |
Install
Install-Package MinimalSendGrid
dotnet add package MinimalSendGrid
paket add MinimalSendGrid
MinimalSendGrid Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.0)
- System.Net.Http(>= 4.1.0)
- Newtonsoft.Json(>= 9.0.1)
Tags