Skip to content

Commit c36898b

Browse files
committed
Use SUPPORT_EMAIL=None as default
1 parent ce80ed6 commit c36898b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class CommunityBaseSettings(Settings):
5959
# Email
6060
DEFAULT_FROM_EMAIL = '[email protected]'
6161
SERVER_EMAIL = DEFAULT_FROM_EMAIL
62-
SUPPORT_EMAIL = '[email protected]'
62+
SUPPORT_EMAIL = None
6363

6464
# Sessions
6565
SESSION_COOKIE_DOMAIN = 'readthedocs.org'

0 commit comments

Comments
 (0)