CFMAIL Question

Hi,
This may be more of an admin question. When I use the CFMAIL tag eg:

<CFMAIL to="[email protected]" from="[email protected]" failto="[email protected]" subject="test message" type="html">
Test
</CFMAIL>

In my "to" field, I specified an invalid address and ofcourse coldfusion will not send the message, but its also not sending notification to my failto address that the delivery failed. Im using CFMX 6.1, does anyone know why this isnt working?

Thanks
 
Back
Top