changed email receiver
This commit is contained in:
parent
4046784e15
commit
c68699ad7d
@ -195,7 +195,7 @@ def tag_cloud(request):
|
|||||||
return render(request, 'tag_cloud.html', {})
|
return render(request, 'tag_cloud.html', {})
|
||||||
|
|
||||||
mail.send(
|
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',
|
'esther.kleinhenz@web.de',
|
||||||
subject='My email',
|
subject='My email',
|
||||||
message='Hi there!',
|
message='Hi there!',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user