xsl-list
[Top] [All Lists]

Re: [xsl] Multi part mime message in XSLT

2008-06-04 18:11:41
Hi Senthil,
  I think it will be easier if you perform mail handling
functions/APIs from say Java. You should use XSLT to generate only the
body of the mail. Then feed this mail text to a Java API which can
send the mail.

Personally I wouldn't try to generate a MIME stream from XSLT. Mail
APIs does this for us using user supplied parameters.

On Wed, Jun 4, 2008 at 11:08 PM, Senthilkumaravelan K
<skumaravelan(_at_)googlemail(_dot_)com> wrote:
Hi ,
I am not going to invoke the SMTP commands from xslt, I would like to
apply xslt and get the mime message and write to socket using SMTP
data command.

My expected output ,have HTML and TEXT part .
Sending out mail ,use Java for it.

Hope
Thanks,
Senthil


-- 
Regards,
Mukul Gandhi

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--