In the context of the article, on CFBuilder, the Service Browser is looking at a CFC, not a tag. However, it is actually looking at a CFC called mail.cfc, not cfmail. I think that is the source of the confusion.
cfmail is a tag. mail is a CFC. Judah On Mon, Feb 8, 2010 at 7:02 PM, Michael Dinowitz <[email protected]> wrote: > > CFMail is a tag. The cfmail service is a wrapper for cfmail exposing > its functionality to outside applications such as flex. The cfmail > 'function' is just a cfc that also wraps the cfmail tag so that it can > be used in cfscript. But the base is the cfmail tag. Tag, not cfc. > Tag, not service. > > -- > Michael Dinowitz > > > > > On Mon, Feb 8, 2010 at 2:54 PM, Dana <[email protected]> wrote: >> >> is it correct to describe cfmail as a CFC native to ColdFusion? >> >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:311883 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
