BRE to send email

Home Page Forums BizTalk 2004 – BizTalk 2010 BRE to send email

Viewing 1 reply thread
  • Author
    Posts
    • #19468

      I want to call Business rules from my orchestration to check for a certain element value in the BizTalk message and if blank send an email. Any links or pointers to achieve this?

    • #19501

      I don’t believe it is possible to send an e-mail from the BRE, so I would suggest the following:

      Use a BRE policy to check whether the element contains the required value and update a boolean attribute (e.g. emailvalid) to indicate whether the email is valid. Return the updated message back to your orchestration and in a decide shape, check the value of the attribute, sending an e-mail via a send port only when the value of the emailvalid attribute is false.

      Hope this helps, Nick.

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