Skip to content

Commit ce80ed6

Browse files
committed
Use [email protected] to avoid local installation email us
1 parent c1da535 commit ce80ed6

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 = 'support@readthedocs.org'
62+
SUPPORT_EMAIL = 'support@example.org'
6363

6464
# Sessions
6565
SESSION_COOKIE_DOMAIN = 'readthedocs.org'

0 commit comments

Comments
 (0)