My server(Windows Server 2003) is running IIS 6. It does not seem to be sending any emails. How can I go about trying to find the fault?
|
feedback
|
|
the fault can be in several places: Test with telnet to see if you can manually send email from the same machine - if you can't, the issue isn't with the mail server | |||||||
feedback
|
|
You could set up a quick account in outlook express to try and send messages. | |||
|
feedback
|
|
when you say not sending any emails, are they being dumped into IIS's badmail folder? are they being removed from the pickup folder? it sounds like they aren't being picked up from your telnet query | |||
|
feedback
|
|
I would suggest using SMTPDiag I'd give you a link on how to use it, but new users are only allowed one link. So Google "using smtpdiag" and choose the first link. | |||
|
feedback
|
|
First check that the smtp service is running:-). what code are you using through the IIS server? | |||
|
feedback
|