Posts tagged email
Send email to Appengine
Oct 14th
Now we can send email to appengine. This is really a cool feature. And greatly enhance the features that developers can use.
Incoming Email – Your App Engine app has been able to send email for some time … but now, with 1.2.6, your app can also receive email. After enabling mail as an inbound service (just like XMPP), users can email your application at whatever@yourappid.appspotmail.com. Inbound messages are converted to HTTP requests (again, just like XMPP) which you can receive via webhook handler. Docs for Python, Java.
Can’t wait to try this new feature.
Read more details at Google Appengine blog.