diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -91,6 +91,8 @@ var transportWeb = new Web("This string is an API key"); // Send the email. transportWeb.DeliverAsync(myMessage); +// If your developing a Console Application, use the following +// transportWeb.DeliverAsync(myMessage).Wait(); ``` #How to: Add an Attachment |