01-15-07 12:19 AM
On Thu, 11 Jan 2007 04:32:41 -0800, Ravishankar wrote:
>I am new to BizTalk Server... I have written an application in C# to send m
ail to SMPT Server.
>
>But i dont have any idea to send mail to BizTalk Server using DOTNET 2.0 or 1.1....
I think perhaps you have the protocols wrong.
If you write C# code to send an email using SMTP, then that is fine
for BizTalk. What matters for BizTalk is that the emails end up on a
server that can be accessed via POP3.
As Eric has written, BizTalk 2006 comes with a built-in POP3 adapter,
whereas BizTalk 2004 doesn't have one - except the BizTalkBill one at
gotdotnet.
--
eliasen, representing himself and not the company he works for.
Private blog: http://blog.eliasen.dk
Private email: jan@eliasen.dk
[ Post a follow-up to this message ]
|