06-26-04 03:51 PM
Gilles@online.microsoft.com (Gilles [MSFT]) wrote in message news:<A8UdhzTWEHA.3788@cpms
ftngxa10.phx.gbl>...
> Hello,
>
>
> First, while you can always communicate to the outside world from an orche
stration
> by calling a class in an assembly you wrote, this is strongly discouraged.
You should
> only be communicating with the outside world by sending messages through p
ipeline(s)
> and have adapter(s) take care of the actual message(s) send (after the pip
eline has processed things).
>
> The SMTP adapter will need an SMTP server to send messages to.
> The SMTP adapter does not route messages itself, it just hands them off to
a server
> that knows how to route e-mails. Therefore, you can point the SMTP adapter
to
> your exchange server (and make sure it is configured to allow SMTP)
> and you will then automatically have exchange route e-mails.
>
> As I am sure you already knew, Exchange complements BizTalk as far as e-ma
il transport is concerned
>
> However, I may have totally misunderstood your question and maybe you mean
t that SMTP
> is not the protocol you want to use to send messages. If you plan on using
something else
> than SMTP, then, you will need to either acquire an adapter for this proto
col or write your own.
> Out of the box, BizTalk 2004 comes with SMTP, FILE, MSMQ, SMTP, SOAP, HTTP
, FTP as transports.
>
> Thanks.
> -Gilles.
I would like to send email messages within the boundries of a
private network and not the outside world. The SMTP protocol is not
used, instead we have an Exchange server to process mail.
[ Post a follow-up to this message ]
|