|
Home > Archive > IIS and SMTP > October 2005 > CDONTS and different mail 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 |
CDONTS and different mail server
|
|
|
| Hi,
I am creating a web page using CDONTS to send an email. When I run the page
on my Windows XP with IIS and IIS_SMTP running It works. But when I move the
page to the server that is running IIS without IIS_SMTP and with Kerio mail
server nothing happens.
No email is getting sent. No log message exists in Kerio nothing at all. I
tested Kerio server manually logging on to SMTP port and I am able to send
email, Also other users use the server to send emails using outlook. I have
IIS server extensions installed. Does CDONTS component work only with
IIS_SMTP? Thanks for the help.
Frank
| |
|
| YES.
Frank wrote:
> Hi,
>
> I am creating a web page using CDONTS to send an email. When I run the page
> on my Windows XP with IIS and IIS_SMTP running It works. But when I move the
> page to the server that is running IIS without IIS_SMTP and with Kerio mail
> server nothing happens.
> No email is getting sent. No log message exists in Kerio nothing at all. I
> tested Kerio server manually logging on to SMTP port and I am able to send
> email, Also other users use the server to send emails using outlook. I have
> IIS server extensions installed. Does CDONTS component work only with
> IIS_SMTP? Thanks for the help.
>
> Frank
>
>
>
| |
| Jeff Cochran 2005-10-02, 5:52 pm |
| On Thu, 29 Sep 2005 14:38:35 -0600, "Frank" <frank673@hotmail.com>
wrote:
>I am creating a web page using CDONTS to send an email. When I run the page
>on my Windows XP with IIS and IIS_SMTP running It works. But when I move the
>page to the server that is running IIS without IIS_SMTP and with Kerio mail
>server nothing happens.
>No email is getting sent. No log message exists in Kerio nothing at all. I
>tested Kerio server manually logging on to SMTP port and I am able to send
>email, Also other users use the server to send emails using outlook. I have
>IIS server extensions installed. Does CDONTS component work only with
>IIS_SMTP? Thanks for the help.
CDONTS works with Microsoft SMTP installed on the local system. CDO,
which is what you really want to be using, can use any SMTP server it
can reach.
Jeff
|
|
|
|
|