Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Biz Talk General > Sending email v...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 4 Topic 13555 of 13845
Post > Topic >>

Sending email via BizTalk Orchestration

by Suma Rao Jul 21, 2008 at 03:00 PM

Hello,

I am new to BizTalk. I have created a simple orchestration talking to a
Web service and now want to extend that to send an email depending on the
response from the Web service. I setup a simple orchestration to test
sending emails:
1. It has a receive shape to receive XML messages from a file directory
2. A construct message with Message assignment shape and the following
expressions:
SendEmail_****t(Microsoft.XLANGs.BaseTypes.Address)=RequestAlert_Msg.mailto;
SendEmail_Msg = RequestAlert_Msg;
SendEmail_Msg(SMTP.SMTPHost)="myhost";
SendEmail_Msg(SMTP.Subject)="Test";
SendEmail_Msg(SMTP.From)="Suma";
SendEmail_Msg(SMTP.EmailBodyText)=RequestAlert_Msg.Keywords;
SendEmail_Msg(SMTP.EmailBodyTextCharset)="utf-8";
SendEmail_Msg(SMTP.EmailBodyFileCharset)="utf-8";
SendEmail_Msg(SMTP.MessagePartsAttachments)=2;

That's all. I do not have any pipelines etc., in the orchestration. When I
run, I get a:
"Message could not be sent to the SMTP server. The trans****t error code
was 0x80040217. The server response was not available.

Any thoughts?
Thanks!
Suma.
 




 4 Posts in Topic:
Sending email via BizTalk Orchestration
Suma Rao   2008-07-21 15:00:45 
Sending email via BizTalk Orchestration
Suma Rao   2008-07-22 07:34:10 
Re: Sending email via BizTalk Orchestration
"Mike R" <no  2008-07-23 11:31:17 
RE: Sending email via BizTalk Orchestration
=?Utf-8?B?bGluZGFCenRr?=   2008-07-23 12:28:00 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Nov 21 9:54:18 CST 2008.