/MailClient

Simple email client

Primary LanguageC#MIT LicenseMIT

Mail Client

Send emails from the command line, using SMTP account.

This project is provided under the terms of the MIT license.

mailclient config host smtp.gmail.com
mailclient config fromaddress youremailaddress@gmail.com
mailclient /to someone@somewhere.com /body "Hello from my mail client."
Enter password:
**********
Sending mail...
Mail sent.