I need something which is as simple as possible. Ideally a very simple REST interface, with authentication followed by a POST call to send the email envelope (recipient, subject, message body), and a response from this interface to the caller.
Even if its SOAP I will be happy to deal with it - I just don't want to write something from scratch and re-invest the wheel. Best regards, Hanxue On Tue, Jul 17, 2012 at 6:12 PM, Dhrubo <[email protected]> wrote: > This is an interesting requirement > Are you looking at SOAP over SMTP? Is that supported from GAE? > Or you need SOAP Over HTTP? Or typical REST > > On Tue, Jul 17, 2012 at 3:40 PM, Hanxue Lee <[email protected]> wrote: > > > Hello, > > > > > > I am looking for wrapper so that I can expose James' SMTP interface via a > > web service call. Specifically, I have an application hosted on Google > > AppEngine that I want to send email through an instance of James hosted > on > > a remote server. > > > > Are there any such HTTP wrapper (can be anything, like a RESTful > interface, > > using JSON) available? > > > > > > Best regards, > > Hanxue > > > > > > -- > Kind Regards... Dhrubo > > <http://www.linkedin.com/in/dhrubo> >
