ASP FAQ Tutorials 8000XXXX Errors
Alerts
ASP.NET 2.0
Classic ASP 1.0 COM / ActiveX Components Forms General Topics Date/Time Routines Email Scripts & Info Files/Directories & FSO
Databases
General Concepts
Search Engine Optimization (SEO)
| ASP FAQ Tutorials :: Classic ASP 1.0 :: Email Scripts & Info :: Why does my CDONTS mail hang out in the queue or pickup folders?
Why does my CDONTS mail hang out in the queue or pickup folders?
Here are some suggestions for resolving this issue: - if your mail is not leaving the queue folder, check out KB #273644
- if your mail is not leaving the pickup folder, and you are getting smtpsvc Event ID: 535 ("Virtual Server : The drop directory , for * could not be created.") in your event log, see KB #288538
- make sure SMTP Virtual Server is running in Internet Services Manager
- check the event log for SMTP Service events
- turn on logging for your SMTP server, to see if the mail is even being attempted to be sent to the server
- make sure your smarthost and FQDN are configured correctly
- make sure your smarthost allows you to relay unconditionally (some require authentication)
- make sure your server can resolve the ip of your smarthost name - try using the IP of your smarthost to see if this is the issue
- restart the SMTP Service (or IIS altogether), and if that fails reboot the server, to see if this clears up the backlog
- make sure you are sending from / to a valid address / domain
- check any .rtr files in the \queue\ folder - these can be caused by various mistakes in code or config
- check the server itself by setting up outlook express on the machine, using the same settings, and attempting to send mail
- if the machine is behind a firewall/router, make sure it has access to port 53
- you might also check any 3rd party software; e.g. one user had Kerio running on his server and, to prevent spam by his users, it was limiting the SMTP server to 20 messages per hour... anything over this would sit in the queue until the next hour
- make sure that your disk has enough space to hold the messages; one reader wrote in that they had this problem when they were using a smart host, and the smart host had a full C: drive... so make sure to check for problems on all machines in the chain
Related Articles Can I get CDO messages to return a read receipt?
Can I use a remote SMTP server with CDONTS.NewMail?
How do I alter the priority / importance of an e-mail message?
How do I prevent my links from wrapping in an e-mail?
How do I put carriage returns into an e-mail?
How do I send e-mail from ASP?
How do I send e-mail from SQL Server?
How do I send e-mail in HTML format?
How do I send e-mail with CDO?
How do I validate an e-mail address?
Should I use form action=mailto: to mail the results of a form?
Where can I get more details about configuring / using CDO?
Why can't ASP handle 80,000 e-mails?
Why do CDONTS messages end up in the badmail folder?
Why do I get 8000900F errors?
Why do I get 80040108 errors?
Why do I get 8004020A errors?
Why do I get 80090020 errors?
Why do I get C00402CE / C00402C7 errors?
Why does CDO.Message give 800C000D errors?
Why does CDO.Message give me 8004020F errors?
Why does CDO.Message give me 80040213 errors?
Why does CDO.Message give me 80040222 errors?
Why is e-mail to certain domains being rejected?
|