Smtp Mail Client

Starting with C## programming I looked for a small project to learn C##.

I needed a small and simple program for sending messages and files over the network. 

The program uses the SMTP protocol, so you can send messages or files to nearly all mail servers.

By the time I implemented more and more features:

  • Drag and Drop for attachments
  • Personal configuration settings in a secure area (Isolated storage)
  • Settings to use SmtpMailClient as standard Windows Mailer (MAPI-Hooks)
  • Setup and installation via. Visual Studio Installer
  • Multilanguage support

Next feature should be: TLS/SSL encryption

You can find the sourcecode here: https://github.com/jbrundiers/SmtpMailClient