changed support address

This commit is contained in:
Benni Bärmann 2021-09-14 13:13:47 +02:00
parent 20a38b5a82
commit 5e8c99354e
2 changed files with 1 additions and 3 deletions

2
TODO
View File

@ -1,7 +1,5 @@
* remove dot before "Nextcloud" at login page.
* use new it support adress in evapp/settings.py
* better error handling with mail sending.
* test for complete run with all forms

View File

@ -2,7 +2,7 @@
ONLY_ONBOARDING = True
# sender mail adress also used for MAILTEST mode
EVA_MAIL = 'benni.baermann@wikimedia.de'
EVA_MAIL = 'it-support@wikimedia.de'
# these Fields should be included in every mail
BASIC_DATA = ['firstname', 'lastname', 'firstdate_employment', 'firstdate_presence',]