R
Ron Hinds
Our webserver is currently Windows 2000 Server. Many of our pages send mail
using the CDONTS object library. It is simple and very straightforward. We
have built a new webserver using Windows Server 2003 Web Edition.
Unfortunately, 2003 doesn't have the CDONTS library anymore. I'm looking for
a new solution that is preferably as easy to use. But I would also like some
additional functionality. The webserver will be hosting five web
applications using five different domain names each with it's own external
IP address. More and more eMail services (Hotmail and SBC Global are doing
this right now) block eMail where the domain in the sender's "From:" address
doesn't match the domain of the sending SMTP server. I have created the a
SMTP Virtual Server for each domain/IP address, and the domains' MX records
point to the appropriate IP addresses for reverse-lookup. Now I just need a
way to send from that particular virtual server.
using the CDONTS object library. It is simple and very straightforward. We
have built a new webserver using Windows Server 2003 Web Edition.
Unfortunately, 2003 doesn't have the CDONTS library anymore. I'm looking for
a new solution that is preferably as easy to use. But I would also like some
additional functionality. The webserver will be hosting five web
applications using five different domain names each with it's own external
IP address. More and more eMail services (Hotmail and SBC Global are doing
this right now) block eMail where the domain in the sender's "From:" address
doesn't match the domain of the sending SMTP server. I have created the a
SMTP Virtual Server for each domain/IP address, and the domains' MX records
point to the appropriate IP addresses for reverse-lookup. Now I just need a
way to send from that particular virtual server.