-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test environment email backend setup
- Loading branch information
Martin Mihálik
committed
Aug 21, 2024
1 parent
d99ae37
commit 35e7502
Showing
4 changed files
with
13 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -188,7 +188,7 @@ | |
|
||
EMAIL_VERIFICATION_TIMEOUT = 86400 | ||
|
||
MANAGERS = [('Web', 'web@strom.sk'), ] | ||
MANAGERS = [('Web', 'webmaster@strom.sk'), ] | ||
|
||
EMAIL_NO_REPLY = 'no-reply@strom.sk' # z tade sa odosielaju maily | ||
DEFAULT_FROM_EMAIL = 'noreply@strom.sk' # z tade sa odosielaju maily | ||
EMAIL_ALERT = '[email protected]' # tu sa prijimaju maily |
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