diff options
author | brandonmwest <brawest@gmail.com> | 2013-01-14 11:43:14 -0800 |
---|---|---|
committer | brandonmwest <brawest@gmail.com> | 2013-01-14 11:43:14 -0800 |
commit | 15d8d7f43f157484e70dd6566b62c958801af41a (patch) | |
tree | 94fac513c6aa2b145227212f1617d6536c68822f /SendGrid/Example/Program.cs | |
parent | 7b6db5794a097c43703a90e2f0863967b78426a9 (diff) | |
parent | ee3148aa4de801fda48711b6a37f252cbc226855 (diff) | |
download | sendgrid-csharp-15d8d7f43f157484e70dd6566b62c958801af41a.zip sendgrid-csharp-15d8d7f43f157484e70dd6566b62c958801af41a.tar.gz sendgrid-csharp-15d8d7f43f157484e70dd6566b62c958801af41a.tar.bz2 |
Merge pull request #22 from brandonmwest/master
CodeScales removed, RestSharp added
Diffstat (limited to 'SendGrid/Example/Program.cs')
-rwxr-xr-x | SendGrid/Example/Program.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/SendGrid/Example/Program.cs b/SendGrid/Example/Program.cs index 1debf2e..29b02e6 100755 --- a/SendGrid/Example/Program.cs +++ b/SendGrid/Example/Program.cs @@ -30,6 +30,7 @@ namespace Example //use this section to test out our Web and SMTP examples!
smtpapi.SimpleHTMLEmail();
+ restapi.SimpleHTMLEmail();
Console.WriteLine("Done!");
Console.ReadLine();
|