diff --git a/datacenterlight/views.py b/datacenterlight/views.py index 920b34f7..81a38241 100644 --- a/datacenterlight/views.py +++ b/datacenterlight/views.py @@ -295,6 +295,7 @@ class IndexView(CreateView): } email_data = { 'subject': "Data Center Light Order from %s" % context['email'], + 'from_address': '(datacenterlight) datacenterlight Support ', 'to': ['info@ungleich.ch'], 'body': "\n".join(["%s=%s" % (k, v) for (k, v) in context.items()]), 'reply_to': [context['email']],