views:

44

answers:

1

I'm trying to send an email using classic asp and cdonts on a Windows Server 2003 machine.

But I'm guessing the SMTP service needs to be running. Unfortunately it's asking for teh SP1 disk...which apparently has gone missing. I'm guessing not but is there any other way of doing this?

Thanks,

+4  A: 

Use CDO instead of CDONTS, that way you can specify an external SMTP server. See for instance this article or here (look for remote server sample). CDONTS has been discontinued on win2K and later.

tijmenvdk
brilliant. cheers.
thegunner