Inside Coldfusion MX

"-->

<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.

Категории