Hello,

We're having some problems with emails being sent multiple times. The
core issue is that emails are being sent even if send_mail raises an
error (DeadlineExceededError). (Same issue mentioned in
http://groups.google.com/group/google-appengine/browse_thread/thread/189eecd6021b1bb4/ed1025f01b47e101)

What is the best way to send emails just once as guaranteedly as
possible with AppEngine? Queue emailing tasks individually with a
sufficient delay in between and guard for duplicate task execution?

This doesn't solve the problem of emails being sent even when the
calls error, but if the delay helps to minimize the exception
occurrence.

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