I think there is a functional difference in the 2 approaches. The valuelist approach sends a single email that goes to everyone in the list (one email in your CFMAIL queue), and all recipients can see the address of all the other recipients. The cfmail query attribute sends a single email to each person in the query (multiple emails in your CFMAIL queue), without appending the addresses of the other recipients in that email. I would guess it would depend on which result you want.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:248056 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

