Skip to content

Commit

Permalink
Merge pull request #53 from Xerax/master
Browse files Browse the repository at this point in the history
Updated MarkDown.
  • Loading branch information
rbin committed Mar 28, 2014
2 parents f647ab9 + 58c4f07 commit ddbdf03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var credentials = new NetworkCredential("username", "password");
var transportWeb = Web.GetInstance(credentials);

// Send the email.
transportWeb.DeliverAsync(myMessage);
transportWeb.Deliver(myMessage);
```

#How to: Add an Attachment
Expand Down

0 comments on commit ddbdf03

Please sign in to comment.