diff --git a/dms_backend/settings.py b/dms_backend/settings.py
index 70feac9f17f1740438e78e1c94a8b81c72a3a48f..19d042f875d509968d11a221982fc1829e7ddc1d 100644
--- a/dms_backend/settings.py
+++ b/dms_backend/settings.py
@@ -13,8 +13,9 @@ import os
 from corsheaders.defaults import default_headers
 # Build paths inside the project like this: os.path.join(BASE_DIR, ...)
 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
-# Persons which receive account requests
-MAIL_ADMINS = ['grassmann@tu-berlin.de']
+# Persons who receive account requests
+MAIL_ADMINS = ['Marco.Otto@klima.tu-berlin.de', 'achim.holtmann@tu-berlin.de', 'Katharina.scherber@tu-berlin.de',
+               'Ute.Fehrenbach@tu-berlin.de', 'benjamin.rl.schmidt@tu-berlin.de']
 # we must turn on debug settings explicit production is default
 if 'env' in os.environ:
     env = os.environ.get('env')