summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrandonmwest <brawest@gmail.com>2014-02-07 11:36:05 -0700
committerbrandonmwest <brawest@gmail.com>2014-02-07 11:36:05 -0700
commitf0c8607a24721af277bf5e98bfc62997ef04088d (patch)
treedf9078be2027ba7b569867683a25ccaa023a0d7b
parent30dd36bce4b5a094170da802252af362a60b2154 (diff)
downloadsendgrid-csharp-f0c8607a24721af277bf5e98bfc62997ef04088d.zip
sendgrid-csharp-f0c8607a24721af277bf5e98bfc62997ef04088d.tar.gz
sendgrid-csharp-f0c8607a24721af277bf5e98bfc62997ef04088d.tar.bz2
Update README.md
-rwxr-xr-xREADME.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8ddbf1a..518103e 100755
--- a/README.md
+++ b/README.md
@@ -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.