From 7edcb813af02647744008292f9d7735676eecfd1 Mon Sep 17 00:00:00 2001 From: mb-wali <44528277+mb-wali@users.noreply.github.com> Date: Tue, 12 May 2020 16:02:46 +0200 Subject: [PATCH] Update config.py --- invenio_theme_tugraz/config.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/invenio_theme_tugraz/config.py b/invenio_theme_tugraz/config.py index 35f8ce7..1161b35 100644 --- a/invenio_theme_tugraz/config.py +++ b/invenio_theme_tugraz/config.py @@ -50,12 +50,6 @@ TUG_ICON = 'images/icon_use.png' # Frontpage title THEME_FRONTPAGE_TITLE = "RDM for TUGRAZ" -# Mail server -MAIL_SERVER = '129.27.11.182' -SECURITY_EMAIL_SENDER = 'info@invenio-rdm.tugraz.at' -SECURITY_EMAIL_SUBJECT_REGISTER = 'Welcome to RDM!' -MAIL_SUPPRESS_SEND = False - # Invenio-I18N # ============ # See https://invenio-i18n.readthedocs.io/en/latest/configuration.html