I'm using it like this...

<!--- Let's verify we have valid emails first --->
<cfif IsValid("email", VARIABLES.emailaddress) AND IsValid("email", 
Paypaltransdetails.customerbillingemail)>
 <cfmail from="#VARIABLES.emailaddress#" 
to="#Paypaltransdetails.customerbillingemail#"
   server="#VARIABLES.mailserver#" subject="Your Paypal Order Has Been 
Processed by           #VARIABLES.companyname#" 

blahblahblah...

  </cfmail>
</cfif>

Will

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:236787
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to