Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/frodoslaw/python-sendmail

Basic python script for sending emails
https://github.com/frodoslaw/python-sendmail

Last synced: 27 days ago
JSON representation

Basic python script for sending emails

Awesome Lists containing this project

README

        

# python-sendmail
Basic python script for sending emails

e-mail body is taken form the file

example:

CMD: python send-mail.py 'smtp.mycompany.com' '25' 'Subject' '[email protected]' '[email protected]' '/tmp/mail.txt'