Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dnordberg/d088cdb7da2363ce178b7cb75ff84dcf to your computer and use it in GitHub Desktop.
Save dnordberg/d088cdb7da2363ce178b7cb75ff84dcf to your computer and use it in GitHub Desktop.
Django SMTP settings for yandex_for_domain mail (pdd.yandex.ru)
EMAIL_HOST = 'smtp.yandex.ru'
EMAIL_HOST_USER = 'login@example.com'
EMAIL_HOST_PASSWORD = 'password'
EMAIL_PORT = 465
EMAIL_USE_TLS = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment