Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mitrofun/7752f0002cf46fe093572041913727e4 to your computer and use it in GitHub Desktop.
Save mitrofun/7752f0002cf46fe093572041913727e4 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 = '[email protected]'
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