Forked from nskeip/yandex_email_for_domain_settings.py
Created
April 13, 2020 11:36
-
-
Save dnordberg/d088cdb7da2363ce178b7cb75ff84dcf 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