diff options
Diffstat (limited to 'examples/mail/mail.cs')
-rw-r--r-- | examples/mail/mail.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/mail/mail.cs b/examples/mail/mail.cs index 7cad2be..b33872c 100644 --- a/examples/mail/mail.cs +++ b/examples/mail/mail.cs @@ -1,6 +1,5 @@ using System; -using SendGrid.Helpers.Mail; -using System.Collections.Generic; +using SendGrid.Helpers.Mail; // If you are using the Mail Helper string _apiKey = Environment.GetEnvironmentVariable("SENDGRID_APIKEY", EnvironmentVariableTarget.User); dynamic sg = new SendGrid.SendGridAPIClient(_apiKey); @@ -29,7 +28,7 @@ Console.ReadLine(); //////////////////////////////////////////////////////// // v3 Mail Send // POST /mail/send -# This endpoint has a helper, check it out [here](https://github.com/sendgrid/sendgrid-csharp/blob/master/SendGrid/SendGrid/Helpers/Mail/README.md). +// This endpoint has a helper, check it out [here](https://github.com/sendgrid/sendgrid-csharp/blob/master/SendGrid/SendGrid/Helpers/Mail/README.md). string data = @"{ 'asm': { |