Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 385 Bytes

File metadata and controls

12 lines (9 loc) · 385 Bytes

Send Emails with Python and SMTP

Send email using the Python SMTP library

Send a MIME-encoded email in HTML and plain text using Python's smtplib. Just call 'mailer' with a return address, list of recipients, message subject and body.

License

GNU General Public License v3.0

Author

Geoff Stratton