Google App Engine Silently Stopped Sending Email 5 Weeks Ago
code.google.com
Google App Engine Silently Stopped Sending Email 5 Weeks Ago
1–10 of 119 posts
Re: Google App Engine Silently Stopped Sending Email 5 Weeks Ago
#2No change at https://status.cloud.google.com/
Re: Google App Engine Silently Stopped Sending Email 5 Weeks Ago
#3> I've set this thread to not be visible by anyone but yourself and Google.
Or not.
Re: Google App Engine Silently Stopped Sending Email 5 Weeks Ago
#4I had a Google engineer tell me once that the App Engine email api was never meant to send a lot of mail. That is why the quota is so low. I would recommend using a third party service to do e-mail.
Re: Google App Engine Silently Stopped Sending Email 5 Weeks Ago
#5> I've set this thread to not be visible by anyone but yourself and Google. Or not.
a few comments later he asked for it to be made public again.
Re: Google App Engine Silently Stopped Sending Email 5 Weeks Ago
#6I've been getting bounces on Google Apps hosted gmail for calendar notifications coming from calendar-notification@google.com
Email is hard.
Re: Google App Engine Silently Stopped Sending Email 5 Weeks Ago
#7Sendgrid is a great alternative and not hard to set up.
Re: Google App Engine Silently Stopped Sending Email 5 Weeks Ago
#8At least a few reported that it was bouncing at the destination once they set up an appropriate handler. They are only "not being sent" when there is a url in the message and that is a big red flag on the receiving side (not much text but a url). It doesn't look like an App Engine problem. It looks like messages being identified as spam problem.
Re: Google App Engine Silently Stopped Sending Email 5 Weeks Ago
#9I've been getting bounces on Google Apps hosted gmail for calendar notifications coming from calendar-notification@google.com Email is hard.
For programmers, maybe. Running mail servers is a sysadmin task. (I mean no attack here, this is plain statement)