CFMAILPARAM

"-->
 <cfmail>          <cfmailparam  file = "file-name" >          or          <cfmailparam                  name = "header-name"                  value = "header-value" >          ...  </cfmail> 

Description

Use as many of these as you want within the CFMAIL tag to attach a file or add a header to the email message.

Attributes

file (Required)

Attaches a file to the email. Cannot be used with the name attribute.

name (Required)

Name of a header to include in the email. Cannot be used with the file attribute.

value (Optional)

Value of header.



Inside ColdFusion MX
Inside Coldfusion MX
ISBN: 0735713049
EAN: 2147483647
Year: 2005
Pages: 579

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net