Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/frodoslaw/python-sendmail
- Owner: frodoslaw
- Created: 2020-06-26T11:59:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T12:08:12.000Z (over 4 years ago)
- Last Synced: 2024-10-18T18:17:30.656Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-sendmail
Basic python script for sending emailse-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'