summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/WEBAPI.cs
Commit message (Collapse)AuthorAgeFilesLines
* Preparing for deployElmer Thomas2016-04-271-544/+0
|
* fix exampleBrandon West2015-04-221-14/+14
|
* change namespace from SendGridMail to SendGrid, change SendGrid type to ↵Brandon West2014-05-211-17/+17
| | | | SendGridMessage, update to depend on SendGrid.SmtpApi, remove CC and BCC methods since they are not supported in the web API currently.
* Factory removed from Webparoos2014-05-091-14/+14
| | | | Public constructor created (IoC friendly)
* Usable with an IoC Containerparoos2014-05-091-14/+14
|
* Cleaned up code;Alex Reed (Xerax)2014-02-161-507/+505
| | | | | | | | | - Converted to tabs instead of 4 spaces. - Changed some private variable names to be C#4 standards compliant. - Renamed the WEBAPI class to be WebApi (see above). - Slightly tweaked the tests to load credential data from a private constant string at the top of the file, so you don't have to set Email/Password info for every instance it's used. - Cleaned up some foreach's to be LINQ statements - Decreased nesting where possible.
* add dependency on Smtpapi library, remove SMTP functionalityBrandon West2014-01-061-3/+2
|
* update example app to use https and DeliverAsyncBrandon West2013-10-241-1/+1
|
* make https configurableBrandon West2013-01-141-1/+1
|
* fix build warningsBrandon West2013-01-141-1/+0
|
* added examples based on user feedbackTyler Bischel2012-01-241-0/+123
|
* renamed REST transport to WebTyler Bischel2012-01-241-0/+425