Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 604 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 604 Bytes

Universal SMTP client sample

This repository contains the code for Universal SMTP client sample for .NET applications. Sample demonstrates the working of multiple SMTP providers, such as

  1. Gmail
  2. Hotmail
  3. Yahoo

And, any other custom client can be configured. The code is written for an online article, and will be shared here once it goes live. Most of the concepts about this code, will be written in that article post so that you can understand how it works and why it was written in the first place.

For the guarantees and allowance of code usage, please see the license file. Thank you.