diff --git a/SciPost_v1/settings/production.py b/SciPost_v1/settings/production.py
index 3b906862bdcf5f28f205cd9192d8072252c31d94..5de7b1fc6f778da37ada024d0308e4e49fb881ff 100644
--- a/SciPost_v1/settings/production.py
+++ b/SciPost_v1/settings/production.py
@@ -24,7 +24,7 @@ CSRF_COOKIE_SECURE = True
 # Email
 EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
 
-EMAIL_HOST = get_secret("EMAIL_HOST_USER")
+EMAIL_HOST = get_secret("EMAIL_HOST")
 EMAIL_HOST_USER = get_secret("EMAIL_HOST_USER")
 EMAIL_HOST_PASSWORD = get_secret("EMAIL_HOST_PASSWORD")