Hi leo,
It's not possible to receive email using App Engine, currently, and it's not
possible to run your own servers on arbitrary ports. Receiving email is on
the roadmap; in the meantime you may want to consider services like
smtp2web.com.
-Nick Johnson
On Fri, Aug 21, 2009 at 8:14 PM, leo foma
Well,
I want to design a simple service that is used to synchronize two mail boxes
on the internet.
I will like to host this simple smtp service on google apps engine. I will
use java to implement the smtp protocol. So you now see why I want port 25
open on my application. I think this possible w
Even this is possible (which I dont think it is), AppEngine is pretty
much designed to talk HTTP.
You suggesting port 25 suggests wanting to talk SMTP, which AppEngine
wont do anyway.
On 21/08/2009, leo wrote:
>
>
> Dear friends,
>
> It seems to me google apps engine can only run application