What about: try: mail.send_mail( ...) except Exception, e: logging.error( str(e) ) return
On Apr 2, 2:44 am, GAEfan <[email protected]> wrote: > OK, just received the 3rd bcc, 34 minutes later. > > So the question is, how can I put an email in the taskqueue, and have > the task not re-executed if the mail.send() takes too long? -- 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.
