EMAIL ERROR

0 views
Skip to first unread message

Albert

unread,
Dec 7, 2008, 9:11:10 AM12/7/08
to Google App Engine
I am sending emails like this why I get an error when the application
was uploaded to the GAE server

and the most weir thing is that I get no error out put on my log.


sender = "GAE_...@GAE.COM";
subject = "Your Account on GAE-SJTU SURVEY";
to = user.name + " <" + user.email + ">";
body = "Dear"

message = mail.EmailMessage(
sender =
sender,
subject = subject);
message.to = to;
message.body = body;
message.send()

Alexander Kojevnikov

unread,
Dec 7, 2008, 4:37:43 PM12/7/08
to Google App Engine
From http://code.google.com/appengine/docs/mail/sendingmail.html:

The sender address can be either the email address of a registered
administrator for the application, or the email address of the current
signed-in user (the user making the request that is sending the
message).

--
www.muspy.com
Reply all
Reply to author
Forward
0 new messages