summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/Program.cs
diff options
context:
space:
mode:
authorElmer Thomas <elmer@thinkingserious.com>2015-12-14 09:48:52 -0800
committerElmer Thomas <elmer@thinkingserious.com>2015-12-14 09:48:52 -0800
commitd859b5e14e8325162817402764b5cf58722702d0 (patch)
tree25bdc743b9edd425d676f63f0b1e648275d4c8fb /SendGrid/Example/Program.cs
parent3439c44f35cef9bf6f66ae236627ed9777b428eb (diff)
downloadsendgrid-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.cs2
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();
}