Guest User

Untitled

a guest
Sep 25th, 2018
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. EMAIL_USE_TLS = True
  2. EMAIL_HOST = 'smtp.yandex.ru'
  3. EMAIL_HOST_USER = 'your_host@yandex.ru'
  4. EMAIL_HOST_PASSWORD = 'your_password'
  5. EMAIL_PORT = 465
  6. DEFAULT_FROM_EMAIL = EMAIL_HOST_USER
Add Comment
Please, Sign In to add comment