Web Hosting Talk







View Full Version : CDONTs for Windows 2000


frontserve
02-27-2002, 03:06 PM
Does anybody know how to configure the server to allow CDONTs to work??

We have a server and it doesnt' work. Do I have to download something??

Any help will do.

jonny b
02-27-2002, 03:54 PM
carlos,

it comes as default with the win2k server install....


what error message are you getting when trying to send a message using CDO?

Cheers,

CagedTornado
02-27-2002, 05:38 PM
Are you having a problem with the COM object or the SMTP server? Can you actually instantiate the object? Do you get a COM error back? What is the error? What SMTP server are you trying to connect to? Can you send normal email through the SMTP server you're trying to use? Can you telnet to port 25?

Dan

frontserve
02-27-2002, 05:41 PM
I think the problem is that we are using both Imail SMTP server to send our email messages and we can't use Microsoft SMTP (the one on IIS).

Is it possible to have both SMTP servers runnign??

jonny b
02-27-2002, 05:45 PM
Yes, you can have one on port 25 and one on port 26,

its easier to use the 'smarthost' option in IIS SMTP settings to send the mail that way....saves *a lot* of bother!

Cheers,

RackMy.com
02-27-2002, 07:35 PM
Hey Carlos,

Shoot me an email later, I will show you how.

mpkapadia
03-01-2002, 07:47 AM
carlos,

What we also do is that put the IIS smtp server port to 2525 , we use merak and cant run both on same ports, And we dont provide outgoing smtp for emails

irrespective of what port you are using yout cdonts code will remain same,

What problem we only faced here was for sending email through java (Javamail) , cant find option to use port 2525

Regards,