Need Help in Pop3 and Smtp

Home Page Forums BizTalk 2004 – BizTalk 2010 Need Help in Pop3 and Smtp

Viewing 2 reply threads
  • Author
    Posts
    • #24572

      Dear All,

      I am developing an application where I am getting a mail triggered from SQL server store procedure. I set up the POP3 adapter in receive pipeline and I need to do HTML formatting for that mail now in biztalk server then I need to send it through a SMTP server in send pipeline.

      I have set up the POP3 in receive pipeline and I have set up the SMTP in sedn pipeline, Just need to reformat that Mail. Because that is an auto generated error from SQL which comes as a mail.

      Can anybody suggest me how can I do that and what all I need to take care.

       

      Thanks in Advace,

       Rama Sankar Panda

    • #24581

      You can use XSLT transformation to convert XML message to HTML. The pipeline transforms the XML document into the HTML body of an e-mail message.

      Here is one example/sample in MSDN site XSLT Transform Component (BizTalk Server Sample)

      • #24587

        Thanks a lot.

        I got some ideas for the problem. In that sample they have taken a schema and on that basis they have formatted the XSLT. But here I am getting an error msg from the SQL sp. which i have to reformat while sending that as email and which may be different in different times.

        Regards,

        Rama Sankar Panda

    • #24582

      You can use XSLT transformation to convert XML message to HTML. The pipeline transforms the XML document into the HTML body of an e-mail message.

      Here is one example/sample in MSDN site XSLT Transform Component (BizTalk Server Sample)

Viewing 2 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.