Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ColdFusion email - is there a way to confirm the email has been sent?

Just using the standard cfmail tag, is there a way we can confirm that the email has been sent?

I tried cftry/cfcatch but that only confirms that there were no errors in processing the tag, if I put in an invalid mail server, it passes (but mail obviously doesnt send)

like image 442
Tim Avatar asked May 27 '10 00:05

Tim


Video Answer


1 Answers

One hackish way, if do not have access to the logs, is to bcc an alternate address.

like image 68
Don Avatar answered Sep 30 '22 08:09

Don