views:

70

answers:

2

Do anybody has experience hosting an email application in Lamson in Google App Engine? Is it possible? Is it easy? Works well? Thanks

+1  A: 

I have no experience in using Lamson on GAE. However, one important difference between GAE and traditional LAMP hosting is the storage backend and since Lamson already has support for a dozen different storage backends, the interfaces should be well-defined and narrow, so that adding a GAE backend should be rather trivial. (More precisely, Lamson simply doesn't care about the storage backend.)

Jörg W Mittag
+1  A: 

Thanks Jörg, but I found there is no need to install a email framework in Google Apps Engine as there is a Python mail API already built in

Thank you anyway!

Victor P