Skip to content

Instantly share code, notes, and snippets.

@betterdatascience
Created October 30, 2020 20:44
Show Gist options
  • Save betterdatascience/d2c59142844e9430921c402b3da61b99 to your computer and use it in GitHub Desktop.
Save betterdatascience/d2c59142844e9430921c402b3da61b99 to your computer and use it in GitHub Desktop.
001_emails
import smtplib
from email.message import EmailMessage
EMAIL_ADDRESS = 'your_email_address'
EMAIL_PASSWORD = 'your_app_password'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment