You can also read the CF mail spool undeliverable directory - addresses that are completely wrong end up in there.
 
But the only way to check the bounces is to check the email account from which the email was sent.  And good luck doing that with ColdFusion if you are planning on implementing a large number of emails - CF throws an error when you use CFPOP on certain emails.  This is in the Macromedia list of documented bugs.
 
I had to put CFTRY/CATCH statements around the CFPOP calls and delete incoming emails that caused exceptions.  This is risky because you may have to delete legitimate replies if they cause exceptions.  But I couldn't find any other way around it. 
 
----- Original Message -----
Sent: Thursday, July 31, 2003 11:17 AM
Subject: [cfaussie] CFMAIL question

Does anyone know of any possible strategies to check if an email sent from CFMAIL has bounced?
 
Thanks,
Leon
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/
---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MX Downunder AsiaPac DevCon - http://mxdu.com/

Reply via email to