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?

link|improve this question
feedback

5 Answers

up vote 0 down vote accepted

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

link|improve this answer
1  
I am sending a email to an external account and it is not getting through. The last message I get in telnet is: Queued mail for delivery – Lisa Aug 3 '09 at 11:07
I see, so it gets queued, but doesn't reach the account. Sounds like it's being trashed or goes into spam. Do you have the sending server set up properly - MX records, RDNS records, no RBL listings? – dyasny Aug 4 '09 at 8:12
feedback

You could set up a quick account in outlook express to try and send messages.

link|improve this answer
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

link|improve this answer
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.

link|improve this answer
feedback

First check that the smtp service is running:-). what code are you using through the IIS server?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown