|
Home > Archive > BizTalk Server Orchestration > June 2004 > Mail Using SMTP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| SQL Server Replication And MSMQ 2004-06-20, 11:09 pm |
| Hi,
I am recieving a XML file from the source system.. One of
the node of XML is "Messageline".. I want to send the
message line as a mail to the end user. When i tried this
thru Biztalk Orchestration , I coul;d able to send
successfully send the mail to the end user but i am
unable to set the mail content..infact the same XML
document which i recieved is going a an attachment to the
enduser.. How do i set the "Subject " and Mail Body
Message using Orchestration?..
Kindly suggest
Srinivas
| |
| Martin Marinov 2004-06-20, 11:09 pm |
| Check the new documentation of the BizTalk 2004 at :
ms-help://BTS_2004/SDK/htm/ebiz_prog_email_wgxr.htm
you can downloaded from : http://go.microsoft.com/fwlink/?linkid=20616
Regards
Martin
"SQL Server Replication And MSMQ"
<SQLServerReplicationAndMSMQ@discussions.microsoft.com> wrote in message
news:DA1BA349-FB04-40C4-8C55-B793D4DC5CE7@microsoft.com...
> Hi,
>
> I am recieving a XML file from the source system.. One of
> the node of XML is "Messageline".. I want to send the
> message line as a mail to the end user. When i tried this
> thru Biztalk Orchestration , I coul;d able to send
> successfully send the mail to the end user but i am
> unable to set the mail content..infact the same XML
> document which i recieved is going a an attachment to the
> enduser.. How do i set the "Subject " and Mail Body
> Message using Orchestration?..
>
> Kindly suggest
>
> Srinivas
>
| |
| Vijen 2004-06-20, 11:09 pm |
| There are message properties related to SMTP and using those you can
easily set Subject ,Username , Password, SMTPHost,From,CC etc.
some of them You can set during runtime Or If you are using late
binding ..then you can easily set them while creating send port Or In
SMTP adapter configuration of Biztalk.
"SQL Server Replication And MSMQ" <SQLServerReplicationAndMSMQ@discussions.microsoft.com> wrote in message news:<DA1BA349-FB04-40C4-8C55-B793D4DC5CE7@microsoft.com>...
> Hi,
>
> I am recieving a XML file from the source system.. One of
> the node of XML is "Messageline".. I want to send the
> message line as a mail to the end user. When i tried this
> thru Biztalk Orchestration , I coul;d able to send
> successfully send the mail to the end user but i am
> unable to set the mail content..infact the same XML
> document which i recieved is going a an attachment to the
> enduser.. How do i set the "Subject " and Mail Body
> Message using Orchestration?..
>
> Kindly suggest
>
> Srinivas
|
|
|
|
|