Re: Sending plain text emails through ServiceClient API

2010-12-18 Thread Chintana Wilamuna
On Wed, Dec 8, 2010 at 6:03 AM, Sanjiva Weerawarana wrote: > You'd need to use a message formatter that only takes the content of the > SOAP:Body element's first child and puts it into the message being sent. > IIRC there was such a beast already but I could be wrong .. basically > response media

Re: Sending plain text emails through ServiceClient API

2010-12-07 Thread Sanjiva Weerawarana
You'd need to use a message formatter that only takes the content of the SOAP:Body element's first child and puts it into the message being sent. IIRC there was such a beast already but I could be wrong .. basically response media type needs to be text/plain. Sanjiva. On Wed, Dec 8, 2010 at 5:08