diff options
Diffstat (limited to 'SendGrid/Example/WEBAPI.cs')
-rw-r--r--[-rwxr-xr-x] | SendGrid/Example/WEBAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/Example/WEBAPI.cs b/SendGrid/Example/WEBAPI.cs index fd18605..d3f8d4a 100755..100644 --- a/SendGrid/Example/WEBAPI.cs +++ b/SendGrid/Example/WEBAPI.cs @@ -255,7 +255,7 @@ namespace Example message.Subject = "Hello World Unsubscribe Test";
//create an instance of the Web transport mechanism
- var transportInstance = Web.GetInstance(new NetworkCredential(_username, _password), true);
+ var transportInstance = Web.GetInstance(new NetworkCredential(_username, _password));
//enable spamcheck
//or optionally, you can specify 'replace' instead of the text and html in order to
|