Re: [xsl] Multi part mime message in XSLT

Subject: Re: [xsl] Multi part mime message in XSLT
From: "Senthilkumaravelan K" <skumaravelan@xxxxxxxxxxxxxx>
Date: Wed, 4 Jun 2008 21:51:56 -0700
Hi Mukul,
Thank you very much . I would pursue this as best practice..


Thanks,
Senthil


On 6/4/08, Mukul Gandhi <gandhi.mukul@xxxxxxxxx> wrote:
> 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@xxxxxxxxxxxxxx> 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

Current Thread