App Engine can finally receive mail. [bonus: delete your app as well]
21–28 of 28 posts
Re: App Engine can finally receive mail. [bonus: delete your app as well]
#22Earlier quoted context omitted.
It's unfortunate that once deleted, names can't be reused by someone else. I imagine this has something to do with their security model.
Why is the name important? Won't you be connecting it to your own domain name anyway?
At least that is what popped into my mind.
Re: App Engine can finally receive mail. [bonus: delete your app as well]
#23Earlier quoted context omitted.
Why is the name important? Won't you be connecting it to your own domain name anyway?
There are still a few details, such as not being able to do https through your own domain (and apparently even for this new feature your app can only receive e-mail at your appspot domain) that may still make having a good appspot name important.
Re: App Engine can finally receive mail. [bonus: delete your app as well]
#24Does anyone know of a good alternative to app-engine-patch ( http://code.google.com/p/app-engine-patch/ ) if you want to use Django to develop on GAE?
http://lethain.com/entry/2009/mar/05/deploying-django-spring...
Re: App Engine can finally receive mail. [bonus: delete your app as well]
#25Re: App Engine can finally receive mail. [bonus: delete your app as well]
#26I'd been wanting to do something like this for a while, converting an email to e.g. JSON. But I haven't found too much info on the subject..
Re: App Engine can finally receive mail. [bonus: delete your app as well]
#27Does anyone know of a good alternative to app-engine-patch ( http://code.google.com/p/app-engine-patch/ ) if you want to use Django to develop on GAE?
Yes, you can use Django trunk if you do like this: http://lethain.com/entry/2009/mar/05/deploying-django-spring...
Please vote here for an AppEngine native Django support: http://groups.google.com/group/django-developers/browse_thre...
Re: App Engine can finally receive mail. [bonus: delete your app as well]
#28The ability of receiving email sounds good, but I usually only use this for new account verification - with AppEngine you can just use Google accounts.