Published in: ColdFusion
<cfset mailto="email@someone.com"> <cfset mailfrom="email@someone.com"> <cfset subject="This is a test"> <cfset server="mail.server.com"> <cfmail to="#mailto#" from="#mailfrom#" subject="#subject#"> Here goes the body of the message </cfmail>
You need to login to post a comment.
