aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py
index 3b0b41c..f02c048 100644
--- a/settings.py
+++ b/settings.py
@@ -204,6 +204,7 @@ EMAIL_HOST = 'mail.servoapp.com'
EMAIL_HOST_PASSWORD = ''
EMAIL_HOST_USER = ''
EMAIL_USE_TLS = True
+EMAIL_SUBJECT_PREFIX = '[Servo] '
SERVER_EMAIL = 'servo@' + socket.gethostname()
DEFAULT_FROM_EMAIL = 'support@servoapp.com'