-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -285,17 +285,17 @@ class JustfixEnvironment(typed_environ.BaseEnvironment): | |
|
||
# Default email address to use for various automated correspondence | ||
# from the site manager(s). | ||
DEFAULT_FROM_EMAIL = "JustFix no-reply <no-reply@justfix.nyc>" | ||
DEFAULT_FROM_EMAIL = "JustFix no-reply <no-reply@justfix.org>" | ||
|
||
# The email address used for court documents (e.g. HP Actions). | ||
COURT_DOCUMENTS_EMAIL: str = "JustFix <documents@justfix.nyc>" | ||
COURT_DOCUMENTS_EMAIL: str = "JustFix <documents@justfix.org>" | ||
|
||
# The email address used for LOC notifications. If blank (the default), | ||
# no LOC notifications will be sent. | ||
LOC_EMAIL: str = "" | ||
|
||
# Sender email address used to send a user's rental history request. | ||
DHCR_EMAIL_SENDER_ADDRESS: str = "support@justfix.nyc" | ||
DHCR_EMAIL_SENDER_ADDRESS: str = "support@justfix.org" | ||
|
||
# Recipient email addresses that we send a user's rental history request to. | ||
DHCR_EMAIL_RECIPIENT_ADDRESSES: str = "[email protected]" | ||
|
@@ -404,7 +404,7 @@ class JustfixEnvironment(typed_environ.BaseEnvironment): | |
# `%(id)s` string can be used to substitute in a unique identifier | ||
# that will allow us to relate any replies to the declaration/user | ||
# it corresponds to. | ||
EVICTIONFREE_REPLY_TO_EMAIL: str = "JustFix <efnyreplies+%(id)s@justfix.nyc>" | ||
EVICTIONFREE_REPLY_TO_EMAIL: str = "JustFix <efnyreplies+%(id)s@justfix.org>" | ||
|
||
# The origin of the NYC GeoSearch API. | ||
NYC_GEOSEARCH_ORIGIN: str = "https://geosearch.planninglabs.nyc" | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,7 +71,7 @@ | |
|
||
DEBUG_DATA_DIR = "" | ||
|
||
DHCR_EMAIL_SENDER_ADDRESS = "support@justfix.nyc" | ||
DHCR_EMAIL_SENDER_ADDRESS = "support@justfix.org" | ||
DHCR_EMAIL_RECIPIENT_ADDRESSES = ["[email protected]"] | ||
|
||
email_config = dj_email_url.parse("dummy:") | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Content-Type: text/plain; charset="utf-8" | |
MIME-Version: 1.0 | ||
Content-Transfer-Encoding: 7bit | ||
Subject: here is a subject | ||
From: JustFix no-reply <no-reply@justfix.nyc> | ||
From: JustFix no-reply <no-reply@justfix.org> | ||
To: [email protected] | ||
Date: Wed, 01 Jan 2020 00:00:00 -0000 | ||
|
||
|