|
Home > Archive > BizTalk Server General > November 2004 > SMTP send failed to connect to the server
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]
| Author |
SMTP send failed to connect to the server
|
|
|
| Hi,
One of my clients is having trouble with the SMTP adapter they are using
valid email account and email server but the following happens:
The adapter failed on an attempt to transmit a message going to send port
with the address "mailto:XYZ". Details: "The transport failed to connect to
the server.
".
Any ideas? I use the exact code on my pc and it works fine?
--
John
| |
|
| Additional...
I tried a sample app on their machine which uses the system.web.mail
namespace that came up with CDO failed to access message object. However, if
they change the smtpserver line from:
smtpserver = "some server";
to
smtpServer.Insert(0,"some server");
it works!
does anyone know what is happening?
"John" wrote:
> Hi,
>
> One of my clients is having trouble with the SMTP adapter they are using
> valid email account and email server but the following happens:
>
> The adapter failed on an attempt to transmit a message going to send port
> with the address "mailto:XYZ". Details: "The transport failed to connect to
> the server.
> ".
>
> Any ideas? I use the exact code on my pc and it works fine?
>
> --
> John
|
|
|
|
|