summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/SMTPAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SendGrid/Example/SMTPAPI.cs')
-rwxr-xr-xSendGrid/Example/SMTPAPI.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/SendGrid/Example/SMTPAPI.cs b/SendGrid/Example/SMTPAPI.cs
index b46520b..4e43672 100755
--- a/SendGrid/Example/SMTPAPI.cs
+++ b/SendGrid/Example/SMTPAPI.cs
@@ -187,7 +187,7 @@ namespace Example
var smtpInstance = SMTP.GenerateInstance(new NetworkCredential(_username, _password));
//enable clicktracking
- message.EnableClickTracking("1");
+ message.EnableClickTracking(true);
Console.WriteLine(header.AsJson());