/Python-Email

Simple Example of SMTP Protocol for Emailing

Primary LanguagePython

Python-Email

Simple Example of SMTP Protocol for Emailing

In order to use replace the credentials passed as variables at the top. email_user = 'your_email' email_password = 'your_password' email_send = 'recipient_email'

Set the filename variable to the filename of the attachment to be sent with email. filename='filename'