I'd like to be able to catch bounced emails and handle them on the server.
I have customers that send documents to users and need to be notified if the email doesn't go through (i.e. incorrect email address, mailbox full, etc). Looking at the below docs, it appears you can directly email an appspot and handle it. However, can the address that bounces are sent to be specified? https://developers.google.com/appengine/docs/python/mail/receivingmail http://code.google.com/p/googleappengine/issues/detail?id=1800#c22 Blaine -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/ZtqTOzhxdmAJ. 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.
