[google-appengine] Re: Problems with SSL on a custom domain

2015-08-22 Thread Jon Travers
Hi Patrice, thanks for your reply. I'm Kai's colleague here in the UK, and have been working with him on this problem. To answer your question: The manifestation of the problem when we pointed a browser at our web app (https://dashboard.geospock.com), and forced a full refresh, was that the

[google-appengine] Receiving Emails in Google Cloud Environment

2015-08-22 Thread Dave Greenly
I would like to set up an App Engine, or Compute engine that has the ability to receive an email. From the receipt of this email, I would want to start up a compute engine that would process some data. Can anyone point me to some documentation, or samples where this has been done? Thanks

Re: [google-appengine] Receiving Emails in Google Cloud Environment

2015-08-22 Thread 'Alex Martelli' via Google App Engine
To receive email in app engine, see e.g https://cloud.google.com/appengine/docs/python/mail/receivingmail (there are similar docs for other app engine languages like Java and Go if you prefer those to Python). To spin up and otherwise control compute engine VMs from app engine, see e.g