Requires Python 2.7
STARTTLS SMTP mailer to help verify a server/account's STARTTLS support
python starttls_smtp_mailer.py to_email from_email server port username password yes
Note: You can put a space before the command on shells such as bash so credentials are not saved in history " python starttls..."
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request