Deleting Pending Emails
Search
Deleting Pending Emails
If a track sent out a mailer that froze the system:
1. Stop the SMTPSRV service
2. Open CMD prompt
enter: "del c:\Inetpub\mailroot\queue\*.*" > enter > y > enter
then "del c:\Inetpub\mailroot\badmail\*.*" > enter > y > enter
3. Restart the SMTPSRV service
// This will delete all pending emails so when you restart the service so they can continue to send email, the mailer will not continue.