Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preparing for deploy | Elmer Thomas | 2016-04-27 | 1 | -544/+0 |
| | |||||
* | fix example | Brandon West | 2015-04-22 | 1 | -14/+14 |
| | |||||
* | change namespace from SendGridMail to SendGrid, change SendGrid type to ↵ | Brandon West | 2014-05-21 | 1 | -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 Web | paroos | 2014-05-09 | 1 | -14/+14 |
| | | | | Public constructor created (IoC friendly) | ||||
* | Usable with an IoC Container | paroos | 2014-05-09 | 1 | -14/+14 |
| | |||||
* | Cleaned up code; | Alex Reed (Xerax) | 2014-02-16 | 1 | -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 functionality | Brandon West | 2014-01-06 | 1 | -3/+2 |
| | |||||
* | update example app to use https and DeliverAsync | Brandon West | 2013-10-24 | 1 | -1/+1 |
| | |||||
* | make https configurable | Brandon West | 2013-01-14 | 1 | -1/+1 |
| | |||||
* | fix build warnings | Brandon West | 2013-01-14 | 1 | -1/+0 |
| | |||||
* | added examples based on user feedback | Tyler Bischel | 2012-01-24 | 1 | -0/+123 |
| | |||||
* | renamed REST transport to Web | Tyler Bischel | 2012-01-24 | 1 | -0/+425 |