mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
settings: Document SMTP firewall issues in email configuration.
This commit is contained in:
@@ -42,6 +42,9 @@ SSO_APPEND_DOMAIN = None
|
|||||||
# outgoing port must be 587. The EMAIL_HOST is prepopulated
|
# outgoing port must be 587. The EMAIL_HOST is prepopulated
|
||||||
# for GMail servers, change it for other hosts, or leave it unset
|
# for GMail servers, change it for other hosts, or leave it unset
|
||||||
# or empty to skip sending email.
|
# or empty to skip sending email.
|
||||||
|
#
|
||||||
|
# A common problem you may encounter when trying to get this working
|
||||||
|
# is many hosting providers block outgoing SMTP traffic.
|
||||||
EMAIL_HOST = 'smtp.gmail.com'
|
EMAIL_HOST = 'smtp.gmail.com'
|
||||||
EMAIL_HOST_USER = ''
|
EMAIL_HOST_USER = ''
|
||||||
# If you're using password auth, you will need to put the password in
|
# If you're using password auth, you will need to put the password in
|
||||||
|
|||||||
Reference in New Issue
Block a user