I think there is an error in the doc :
http://code.google.com/intl/fr/appengine/docs/python/mail/sendingmail.html

In the last example :

class InviteFriendHandler(webapp.RequestHandler):
  @login_required
  def post(self):
..........


I think the "subject" is missing and the e-mail API will raise an
error.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to