thegunner
thegunner

Reputation: 7163

classic asp - cdonts

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,

Upvotes: 2

Views: 340

Answers (1)

tijmenvdk
tijmenvdk

Reputation: 1758

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.

Upvotes: 4

Related Questions