Skip to content

Instantly share code, notes, and snippets.

@pro100skm
Created July 19, 2018 15:32
Show Gist options
  • Save pro100skm/08757be33d4e85c42797993916123e08 to your computer and use it in GitHub Desktop.
Save pro100skm/08757be33d4e85c42797993916123e08 to your computer and use it in GitHub Desktop.
django email
EMAIL_HOST = 'smtp.yandex.ru'
EMAIL_HOST_USER = 'info@example.ru'
EMAIL_HOST_PASSWORD = 'PASSWORD'
EMAIL_PORT = 587
EMAIL_USE_TLS = True
#EMAIL_USE_SSL = True
#EMAIL_PORT = 465
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment