Skip to content

Instantly share code, notes, and snippets.

@slavama
Created October 9, 2018 07:27
Show Gist options
  • Save slavama/0dd96a6296635397e4850666530fcb3d to your computer and use it in GitHub Desktop.
Save slavama/0dd96a6296635397e4850666530fcb3d to your computer and use it in GitHub Desktop.
django yandex pdd
EMAIL_HOST = 'smtp.yandex.ru'
EMAIL_PORT = 587
EMAIL_HOST_USER = 'login@example.com'
EMAIL_HOST_PASSWORD = 'password'
DEFAULT_FROM_EMAIL = 'login@example.com'
EMAIL_USE_TLS = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment