zulip/zproject
sahil839 ead18b70fd dev_settings: Add EMAIL_PORT setting in zproject/dev_settings.py.
This commit adds EMAIL_PORT setting for explicitly specifying the
port of SMTP provider in dev_settings.py.

We also change email_backends.send_email_smtp to pass EMAIL_PORT
along with EMAIL_HOST to smtplib.SMTP.

After this change, we will not need to include the port along with
host in EMAIL_HOST.

Also updated the email.md docs accordingly for this change.
2020-08-04 11:03:40 -07:00
..
jinja2 python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
__init__.py
backends.py auth: Add check_config for apple auth. 2020-07-28 17:12:49 -07:00
computed_settings.py apple_auth: Change BUNDLE_ID setting to APP_ID everywhere. 2020-07-28 17:12:49 -07:00
config.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
configured_settings.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
default_settings.py apple_auth: Change BUNDLE_ID setting to APP_ID everywhere. 2020-07-28 17:12:49 -07:00
dev_settings.py dev_settings: Add EMAIL_PORT setting in zproject/dev_settings.py. 2020-08-04 11:03:40 -07:00
dev_urls.py urls: Migrate dev urls to use modern django patterns. 2020-06-23 15:02:44 -07:00
email_backends.py dev_settings: Add EMAIL_PORT setting in zproject/dev_settings.py. 2020-08-04 11:03:40 -07:00
legacy_urls.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
prod_settings_template.py apple_auth: Change BUNDLE_ID setting to APP_ID everywhere. 2020-07-28 17:12:49 -07:00
sentry.py sentry: Add user role in user_info object. 2020-08-03 13:35:51 -07:00
settings.py python: Add noqa comments for the specific star imports we allow. 2020-06-11 15:36:43 -07:00
terms.md.template Add TERMS_OF_SERVICE setting. 2016-07-29 20:47:31 -07:00
test_extra_settings.py apple_auth: Change BUNDLE_ID setting to APP_ID everywhere. 2020-07-28 17:12:49 -07:00
test_settings.py python: Sort imports with isort. 2020-06-11 16:45:32 -07:00
urls.py drafts: Add an API endpoint for fetching drafts. 2020-07-28 17:18:35 -07:00
wsgi.py wsgi: Try to avoid extra django.setup calls. 2020-06-18 20:16:34 -07:00