|
Hosted and maintained by Ben Forta. Designed by Trilemetry. |
| Language: | © 2002-2007 Ben Forta. All Rights Reserved | ||
| <Home> <FAQ> <Question> | <About> | ||
Question |
| I am sending e-mail to my mailing list, and need a way to easily track mail delivery failures or rejections. How can I do this? | ||
<CFMAIL> has a FAILTO attribute which can be used to specify the address to which failure notifications should be sent. Using this attribute you can specify an alternate address (one other than the sender) which will collect all failure notices:<CFMAIL TO="#email#"
FROM="admin@myhost.com"
FAILTO="listadmin@myhost.com" ...>
...
</CFMAIL> |
||
Comments |
Add Your Comments |
| <submit question> | ||