diff --git a/roles/karaage3.1.17/templates/settings.py.j2 b/roles/karaage3.1.17/templates/settings.py.j2
index 84b7af6eb9e503ff8f88dc7d3163ff30b743bd0e..928d33f84e79cc2c52c8d8664406f41d7489089b 100644
--- a/roles/karaage3.1.17/templates/settings.py.j2
+++ b/roles/karaage3.1.17/templates/settings.py.j2
@@ -145,7 +145,7 @@ GLOBAL_DATASTORES = [
 ]
 # The email address that error messages come from, such as those sent to ADMINS
 # and MANAGERS.
-SERVER_EMAIL = '{{ karaageAdminEmail }}'
+SERVER_EMAIL = '{{ karaageServerEmail }}'
 
 # The host to use for sending email.
 EMAIL_HOST = 'localhost'