> You can just set the reply-too email to a pop mailbox > that CF checks for bounce messages. Put a unique key > into each message so you can track it. =)
You would want to use the "failto" attribute of CFMAIL instead of "replyto" to catch bounces. The "failto" address is what will be used in the SMTP envelope, and hard bounces would be directed there. Some soft bounces would go to the "from" address, though you can trap those by setting the "from" and "failto" attributes to the same address, and use the "replyto" attribute to specify an address that you want actual responses to go to (if any). -Justin Scott ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285246 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

