Minor fixes in SERVER_EMAIL
[flowspy] / settings.py.dist
index 147050c..1bfe6a2 100644 (file)
@@ -171,7 +171,7 @@ CELERY_CONCURRENCY = 1
 # List of modules to import when celery starts.
 CELERY_IMPORTS = ("flowspec.tasks", )
 
-SERVER_EMAIL = "noreply@grnet.gr"
+SERVER_EMAIL = "GRNET FoD Service <noreply@grnet.gr>"
 EMAIL_SUBJECT_PREFIX = "[FoD] "
 
 LOG_FILE_LOCATION = here("log")