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 = "[EMAIL PROTECTED]";
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()
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---