diff --git a/SciPost_v1/settings.py b/SciPost_v1/settings.py
index 34fe4a198ac9a48f1deaf86e274b62fa227fab1a..f6b74aee36961d175d89993b52a172793a4e7f90 100644
--- a/SciPost_v1/settings.py
+++ b/SciPost_v1/settings.py
@@ -29,6 +29,9 @@ SECRET_KEY = host_settings["SECRET_KEY"]
 # SECURITY WARNING: don't run with debug turned on in production!
 DEBUG = host_settings["DEBUG"]
 
+# Emails for server error reporting
+ADMINS = host_settings["ADMINS"]
+
 ALLOWED_HOSTS = host_settings["ALLOWED_HOSTS"]
 
 # Secure proxy SSL header and secure cookies