-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Revert "set default sender" This reverts commit 6a1c62f. * update text
- Loading branch information
1 parent
6114ad1
commit f31f4ab
Showing
2 changed files
with
1 addition
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
</p> | ||
<p> | ||
If you don't receive an email, please make sure you've entered the address you previously registered with, | ||
and check your spam folder. | ||
and <b>check your spam folder for email with subject "Family tree account password reset"</b>. | ||
</p> | ||
<p> | ||
If you hit any problems, please <a href="mailto:[email protected]?subject=Family tree user request">let me know</a>! | ||
|
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 |
---|---|---|
|
@@ -96,7 +96,6 @@ def get_env_variable(var_name): | |
ADMIN_EMAIL_SEND_FROM = "[email protected]" | ||
ADMIN_EMAIL_ADDRESS = "[email protected]" | ||
DEFAULT_TIME_ZONE = "US/Eastern" | ||
DEFAULT_FROM_EMAIL = '[email protected]' | ||
|
||
|
||
if ENV_ROLE == "development": | ||
|