diff options
author | Elmer Thomas <elmer@thinkingserious.com> | 2015-12-14 09:48:52 -0800 |
---|---|---|
committer | Elmer Thomas <elmer@thinkingserious.com> | 2015-12-14 09:48:52 -0800 |
commit | d859b5e14e8325162817402764b5cf58722702d0 (patch) | |
tree | 25bdc743b9edd425d676f63f0b1e648275d4c8fb /SendGrid/Example/Program.cs | |
parent | 3439c44f35cef9bf6f66ae236627ed9777b428eb (diff) | |
download | sendgrid-csharp-d859b5e14e8325162817402764b5cf58722702d0.zip sendgrid-csharp-d859b5e14e8325162817402764b5cf58722702d0.tar.gz sendgrid-csharp-d859b5e14e8325162817402764b5cf58722702d0.tar.bz2 |
Updated Example
Diffstat (limited to 'SendGrid/Example/Program.cs')
-rw-r--r-- | SendGrid/Example/Program.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/SendGrid/Example/Program.cs b/SendGrid/Example/Program.cs index 9b7e359..041e6dd 100644 --- a/SendGrid/Example/Program.cs +++ b/SendGrid/Example/Program.cs @@ -10,7 +10,6 @@ namespace Example {
private static void Main()
{
- /*
// Test sending email
var to = "example@example.com";
var from = "example@example.com";
@@ -20,7 +19,6 @@ namespace Example ApiKeys();
UnsubscribeGroups();
Suppressions();
- */
GlobalSuppressions();
}
|