Forked from nskeip/yandex_email_for_domain_settings.py
Created
January 18, 2016 21:54
-
-
Save adastreamer/76dc1646ab53cca156e8 to your computer and use it in GitHub Desktop.
Django SMTP settings for yandex_for_domain mail (pdd.yandex.ru)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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