not relevant to permissions.

by default this variable should be set to True.
This commit is contained in:
mb
2020-09-18 11:52:31 +02:00
parent 6e3e8e24c8
commit 9bd44f269b

View File

@@ -80,8 +80,11 @@ SECURITY_EMAIL_SENDER = "info@invenio-test.tugraz.at"
SECURITY_EMAIL_SUBJECT_REGISTER = _("Welcome to RDM!")
"""Email subject for account registration emails."""
MAIL_SUPPRESS_SEND = False
"""Enable email sending by default."""
MAIL_SUPPRESS_SEND = True
"""Enable email sending by default.
Set this to False when sending actual emails.
"""
# CORS - Cross-origin resource sharing
# ===========