diff options
author | brandonmwest <brawest@gmail.com> | 2014-02-07 11:36:05 -0700 |
---|---|---|
committer | brandonmwest <brawest@gmail.com> | 2014-02-07 11:36:05 -0700 |
commit | f0c8607a24721af277bf5e98bfc62997ef04088d (patch) | |
tree | df9078be2027ba7b569867683a25ccaa023a0d7b | |
parent | 30dd36bce4b5a094170da802252af362a60b2154 (diff) | |
download | sendgrid-csharp-f0c8607a24721af277bf5e98bfc62997ef04088d.zip sendgrid-csharp-f0c8607a24721af277bf5e98bfc62997ef04088d.tar.gz sendgrid-csharp-f0c8607a24721af277bf5e98bfc62997ef04088d.tar.bz2 |
Update README.md
-rwxr-xr-x | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,9 +54,9 @@ myMessage.Text = "Hello World plain text!"; #How to: Send an Email -After creating an email message, you can send it using either SMTP or the Web API provided by SendGrid. For details about the benefits and drawbacks of each API, see [SMTP vs. Web API](http://sendgrid.com/docs/Integrate/) in the SendGrid documentation. +After creating an email message, you can send it using the Web API provided by SendGrid. rate/) in the SendGrid documentation. -Sending email with either protocol requires that you supply your SendGrid account credentials (username and password). The following code demonstrates how to wrap your credentials in a **NetworkCredential** object: +Sending email with requires that you supply your SendGrid account credentials (username and password). The following code demonstrates how to wrap your credentials in a **NetworkCredential** object: ```csharp // Create network credentials to access your SendGrid account. |