On Thu, Oct 3, 2013 at 12:03 AM, Jacob Morehouse <[email protected]> wrote:
> Thank you for the response! Sorry for the delay, I'll admit, I had given > up hope on this one. I've tried what you suggested in both development and > production, so far still no emails have come through. Checking the quota > for the production site I still have all 0's in the email category, so it > isn't being triggered at all. > I see from your updated SO post that your email seems to be sending, but very delayed: "*AHH! OK get this - they showed up in my spam folder with a date of Sept 29th! I haven't touched this since the 22nd. I'm going to call this a Google problem... – Jacob M.*" I would agree with that. The problem is that there's no way to tell if this is a Gmail problem (has Gmail received the mail, but just didn't deliver it) or if it was an App Engine mail problem (was the email sitting in a queue all this time). Complicating this problem is the fact that Gmail has had difficulties recently - see http://techcrunch.com/2013/09/23/gmails-ongoing-email-slow-down-nearing-resolution/ So my advice would be to try your application again - send your emails and see if they get through. If they don't, try using the SendGrid email integration ( documentation: https://developers.google.com/appengine/articles/sendgrid ). SendGrid is much more reliable email sender than App Engine's built-in email, and they also have better debugging tools and analytics. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
