Don't use appengine for anything -- ever. It's a terrible platform/product and google would rather you move on to GCE anyway...
That's not true. We continue to invest heavily in App Engine as a platform.
21–30 of 119 posts
Don't use appengine for anything -- ever. It's a terrible platform/product and google would rather you move on to GCE anyway...
That's not true. We continue to invest heavily in App Engine as a platform.
Must be an isolated issue. I run two App Engine apps and send 30K emails a day and I haven't noticed any change in my email open/click stats, which implies that emails are being delivered as usual.
Don't use appengine for anything -- ever. It's a terrible platform/product and google would rather you move on to GCE anyway...
I'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)
Running a mail server with reliable outbound delivery, and inbound spam filtering, is anything but simple.
Earlier quoted context omitted.
Also: mailgun
Also: Mandrill.
I've noticed that they've added more support people since the early days but it's still a pain as they seem to have an incentive to answer the tickets as fast as possible without doing any real investigation.
The linked issue is a good example of this behavior.
Reading through the thread, it looks like in the last few days it's been narrowed down to "messages which contain the URL of the App Engine instance silently disappear with no bounces or errors."
It was sending an HTML email with the appspot domain used for the logo: https://example.appspot.com/images/logo.png
Changing that to http://www.example.com/images/logo.png fixed the problem, but now I have to host the image elsewhere on a HTTPS enabled domain.
A separate question is what has google done with all the messages that users of this app sent? Are they gone for good, or stuck in a queue somewhere?
I wonder if people at Google know how awful it is to report an Appengine bug. You have to battle for days to get your bug acknowledged. I've noticed that they've added more support people since the early days but it's still a pain as they seem to have an incentive to answer the tickets as fast as possible without doing any real investigation. The linked issue is a good example of this behavior.