ColdFusion email - is there a way to confirm the email has been sent?
Posted
by user270797
on Stack Overflow
See other posts from Stack Overflow
or by user270797
Published on 2010-05-27T00:08:16Z
Indexed on
2010/05/27
0:21 UTC
Read the original article
Hit count: 525
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)
© Stack Overflow or respective owner