multiplex77
Programmer
Hi,
I've an ASP application running on IIS 5 that is using CDONTS to send out emails. But I can't seem to get it to send out emails on my client's server. It just doesn't send out when the email function is called.
So I tried going to Default SMTP Server's Smart host and entered the SMTP server IP address. But it still doesn't send. I don't know if and where the error message is stored.
My client says there is no firewall blocking the sending out of email.
My questions:
1. How really does IIS send out email? Isn't it using it's own SMTP server? So why do I even have to type in a smarthost?
2. Could it be because my client's SMTP server requires authentication before sending out email?
On the server in my office, it sends out fine without needing any smart host. And I know that my SMTP server (though not specified in the smart host) DOES require outgoing mail authentication.
Hope someone could shed some light on this. Thanks very much!
I've an ASP application running on IIS 5 that is using CDONTS to send out emails. But I can't seem to get it to send out emails on my client's server. It just doesn't send out when the email function is called.
So I tried going to Default SMTP Server's Smart host and entered the SMTP server IP address. But it still doesn't send. I don't know if and where the error message is stored.
My client says there is no firewall blocking the sending out of email.
My questions:
1. How really does IIS send out email? Isn't it using it's own SMTP server? So why do I even have to type in a smarthost?
2. Could it be because my client's SMTP server requires authentication before sending out email?
On the server in my office, it sends out fine without needing any smart host. And I know that my SMTP server (though not specified in the smart host) DOES require outgoing mail authentication.
Hope someone could shed some light on this. Thanks very much!