Info
| Version: | 1.0.2 |
| Author(s): | Qservices_inc |
| Last Update: | Monday, December 5, 2016 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | http://project_url_here_or_delete_this_line/ |
| NuGet Url: | https://www.nuget.org/packages/easysendgridapi |
Install
Install-Package easysendgridapi
dotnet add package easysendgridapi
paket add easysendgridapi
easysendgridapi Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Usage:--
easysendgrid sg = new easysendgrid("apiuser", "apikey", "method");
string response = sg.sendmail("toaddress", "subject", "body", "from");
//method :-http or smtp.