Fixed sender's address, to make google happy
This commit is contained in:
parent
7fa10a0228
commit
8157464497
@ -1,7 +1,7 @@
|
||||
application: feedback-ltworf
|
||||
version: 1
|
||||
version: 4
|
||||
runtime: python27
|
||||
api_version: 3
|
||||
api_version: 1
|
||||
threadsafe: true
|
||||
|
||||
handlers:
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user