diff options
author | Brandon West <brawest@gmail.com> | 2013-07-27 14:27:14 -0600 |
---|---|---|
committer | Brandon West <brawest@gmail.com> | 2013-07-29 09:28:31 -0600 |
commit | 224bdd20d16ce43b4d732cc2c3397dd1967dc6e4 (patch) | |
tree | 01ff00b2fbc4158d9c2471b6989bdd607eb18556 | |
parent | ab511dceb19812cec667f20f231785f3ff368aaa (diff) | |
download | sendgrid-csharp-224bdd20d16ce43b4d732cc2c3397dd1967dc6e4.zip sendgrid-csharp-224bdd20d16ce43b4d732cc2c3397dd1967dc6e4.tar.gz sendgrid-csharp-224bdd20d16ce43b4d732cc2c3397dd1967dc6e4.tar.bz2 |
update readme and example program
-rwxr-xr-x | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ For a sample implementation, check the [Example](https://github.com/sendgrid/sen Add the following namespaces to use the library: ```csharp +using System; using System.Net; using System.Net.Mail; using SendGridMail; |