Skip to content

Commit b98f766

Browse files
committed
Email config
1 parent 2f71da9 commit b98f766

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

invenio.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ PPYq4pWYGD1Sc8SOXB+99YOD8hJObGIcskF0VRwv1Kg7rrTBqPLic7kcRA==
172172
# Note: keep in mind the string should match
173173
# given name for authentication provider
174174
'acs_handler': acs_handler_factory('caltechdata_sso'),
175+
'auto_confirm': True,
175176
}
176177
}
177178

@@ -433,3 +434,10 @@ RDM_RECORDS_IDENTIFIERS_SCHEMES = {
433434
}
434435
"""These are used for main, alternate and related identifiers."""
435436

437+
SECURITY_EMAIL_SENDER = "[email protected]"
438+
MAIL_SERVER = "smtp.gmail.com"
439+
MAIL_USERNAME = "[email protected]"
440+
MAIL_USE_SSL = True
441+
MAIL_PORT = 465
442+
443+
MAIL_SUPPRESS_SEND = False

0 commit comments

Comments
 (0)