Nawaf's Blog

When you do something, you should burn yourself completely, like a good bonfire, leaving no trace of yourself -Shunryu Suzuki

  • Sending Email in C# (Sync/Async, Multiple recipients, Attachments, etc).

    This might seems a naive post about sending email, especially when there are hundreds of posts out there. However, most of these posts don't show a complete or comprehensive example for the beginners on how to send email with more options. I'm sure when you search for the phrase "Sending email using C#" you will find a plenty of results, but if you look closely you will see every post focuses on one thing perhaps attachment, multiple recipients, etc.