diff --git a/application/views.py b/application/views.py
index 251d577..f0fcf3e 100644
--- a/application/views.py
+++ b/application/views.py
@@ -195,7 +195,7 @@ def tag_cloud(request):
     return render(request, 'tag_cloud.html', {})
 
 mail.send(
-    'esther.kleinhenz@web.de', # List of email addresses also accepted
+    'kleinhenz.e@gmail.com', # List of email addresses also accepted
     'esther.kleinhenz@web.de',
     subject='My email',
     message='Hi there!',