This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
-
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.
Trial to trigger the registration confirmation per email
- Loading branch information
1 parent
6dbf668
commit 09ff765
Showing
5 changed files
with
15 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,13 +62,14 @@ | |
REMOTE_MAILING_LIST_ADDRESS = None | ||
REMOTE_MAILING_LIST_KEYFILE = None | ||
REMOTE_MAILING_LIST_DIR = './' # Use home directory on remote by default | ||
# Signups via email (@email_blueprint.route('/delete_signup/<token>') in email_links.py) | ||
# Signups via email (@email_blueprint.route('/delete_signup/<token>') | ||
# in email_links.py) | ||
# DEFINITIVE_DELETE = '' | ||
|
||
# SMTP server defaults | ||
API_MAIL = '[email protected]' | ||
API_MAIL_SUBJECT = "[AMIV] {subject}" | ||
SMTP_HOST = 'localhost' # None in case you want to accept that no mails get sent (local testing) | ||
SMTP_HOST = 'localhost' | ||
SMTP_PORT = 587 | ||
SMTP_TIMEOUT = 10 | ||
|
||
|
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