We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e75eaee + d6f3b9a commit 1f0ea57Copy full SHA for 1f0ea57
README.md
@@ -91,6 +91,8 @@ var transportWeb = new Web("This string is an API key");
91
92
// Send the email.
93
transportWeb.DeliverAsync(myMessage);
94
+// If your developing a Console Application, use the following
95
+// transportWeb.DeliverAsync(myMessage).Wait();
96
```
97
98
#How to: Add an Attachment
0 commit comments