Learning ColdFusion 8: Defining Tags With AttributeCollection

<!---
	Define the base attributes for the CFMail tag. Since
	these are defined one place in the application, we can
	easily update the CFMail tags across the board.
--->
<cfset REQUEST.BaseCFMailAttributes = {
	Server = "xxxxxx",
	Username = "yyyy",
	Password = "zzzz"
	} />

For Cut-and-Paste