Async wrapper for SmtpClient (which is event-based)
15 people like thisPosted: 13 years ago by Mauricio Scheffer
Here's how to send an email through SMTP. Works from FSI provided you are an authenticated user for the SMTP server. (Vandalism reverted.)
5 people like thisPosted: 8 years ago by Kit Eason
An agent is used to act as SMTP server and receive emails. Another agent receives emails from the SMTP server and also responds to requests for all emails received. A type is exposed that wraps this behaviour in a single method to get the list of emails.
5 people like thisPosted: 9 years ago by Nick Lydon
Quite similar to http://www.fssnip.net/eg but authentication, html-messages and async sending.
4 people like thisPosted: 8 years ago by Tuomas Hietanen