Fixed sender's address, to make google happy

This commit is contained in:
Salvo 'LtWorf' Tomaselli
2013-12-27 08:34:22 +01:00
parent 7fa10a0228
commit 8157464497
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ def mail_sender(request, *args, **kwargs):
if kwargs["id"] == "relational":
from google.appengine.api import mail
mail.send_mail(sender="Feedback service <tiposchi@tiscali.it>",
mail.send_mail(sender="Feedback service <noreply@feedback-ltworf.appspotmail.com>",
to="tiposchi@tiscali.it",
subject="Feedback from %s" % kwargs["id"],
body=message)