failto attribute of <cfmail tag
The failto attribute of the cfmail tag doesn't seem to be working the way I expect it to. Consider this snippet of code:
<cfmail from="me@mydomain.com"
username= "me@mydomain.com"
password= "MyPassword"
to= "Test@mydomain.com"
subject= "Test"
failto= "me@mydomain.com">
Assume me@mydomain.com is a valid email addres, and Test@mydomain.com is not. When executing this, I do see the mail in the undeliverable folder, but I would expect to receive some type of notice at me@mydomain.com indicating that transmission failed. I do not.
Am I doing something wrong?
