diff options
author | brandonmwest <brawest@gmail.com> | 2014-02-07 11:37:15 -0700 |
---|---|---|
committer | brandonmwest <brawest@gmail.com> | 2014-02-07 11:37:15 -0700 |
commit | 66094a4e8321e834229a70084a6235360e52155c (patch) | |
tree | 7eeb1c75c50c3bf88bb10fb0441fa553b54695d6 | |
parent | f0c8607a24721af277bf5e98bfc62997ef04088d (diff) | |
download | sendgrid-csharp-66094a4e8321e834229a70084a6235360e52155c.zip sendgrid-csharp-66094a4e8321e834229a70084a6235360e52155c.tar.gz sendgrid-csharp-66094a4e8321e834229a70084a6235360e52155c.tar.bz2 |
Update README.md
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ myMessage.Text = "Hello World plain text!"; After creating an email message, you can send it using the Web API provided by SendGrid. rate/) in the SendGrid documentation. -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: +Sending email 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. |