Skip to content

Instantly share code, notes, and snippets.

@genomics-geek
Created January 28, 2017 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save genomics-geek/33309b265b41556ea77f610f55a0a76a to your computer and use it in GitHub Desktop.
Save genomics-geek/33309b265b41556ea77f610f55a0a76a 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