Got this exception on a well-formed MailService.send call:

javax.mail.SendFailedException: MailService IO failed
(java.io.IOException: Internal error)
        at
com.google.appengine.api.mail.stdimpl.GMTransport.sendMessage(GMTransport.java:
253)
        at javax.mail.Transport.send(Transport.java:95)
        at javax.mail.Transport.send(Transport.java:48)

I know that send returns immediately and the mail system will
asynchronously send the mail, but what is the behaviour when send
throws IOException (Internal Error)?

I'm assuming this call has failed, and I need to retry at a later
stage myself.

-- 
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.

Reply via email to