OK, I'll go with you on that one... And thinking about it again, you don't have to handle the email content twice, either. You basically extend the concept of "recipient" by adding yourself to it.
I've been buried in studying OO these days, so I'm thinking differently than I did for a long time. If you add yourself to the recipient list, you have to abstract the idea of "recipient" from the idea of "student" because all recipients aren't students. In this case, then, "me" and "student" extend "recipients", since the desired result is to get an email to all the recipients. "me" IS-A "recipient" and "student" IS-A "recipient" but "me" IS-NOT a "student". So wouldn't this put "me" in a class by myself? Hehe, ok, that was lame, but somehow I just couldn't resist... Laterz, J -- Continuum Media Group LLC Burnsville, MN 55337 http://www.web-relevant.com http://cfobjective.blogspot.com On Fri, 14 Jan 2005 13:04:59 -0500, Calvin Ward <[EMAIL PROTECTED]> wrote: > In addition to the options you get in the discussion, you also get > discussion of the options, and we all learn from it :) > > Actually, of the four, I prefer the Add record to the record set solution > best, since you don't muddy the usage of the cfmail code, and additionally > you get exactly what was sent to the other recipients. > > The other solutions aren't as ideal for various reasons, in my opinion. > > - Calvin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190480 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

