Skip to content

Instantly share code, notes, and snippets.

@Yogendra0Sharma
Forked from genomics-geek/README.md
Created February 21, 2017 06:15
Show Gist options
  • Save Yogendra0Sharma/3084b20e6bbce28d8cc602aa0e83deff to your computer and use it in GitHub Desktop.
Save Yogendra0Sharma/3084b20e6bbce28d8cc602aa0e83deff to your computer and use it in GitHub Desktop.
SMTP with Mailgun
smtp_host = smtp.mailgun.org
smtp_starttls = False
smtp_ssl = True
smtp_user = USERNAME
smtp_port = 465
smtp_password = PASSWORD
smtp_mail_from = EMAIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment