From c68699ad7d53931dc71b8419624d714ce39f2dd2 Mon Sep 17 00:00:00 2001
From: Esther Kleinhenz <kleinhenz.e@gmail.com>
Date: Mon, 29 Oct 2018 13:16:28 +0100
Subject: [PATCH] changed email receiver

---
 application/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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!',