Name
CFMAILPARAM — New as of ColdFusion 4.5
Synopsis
<CFMAIL>
[<CFMAILPARAM>]
Message body
</CFMAIL>Used within a CFMAIL block to send file
attachments and custom header information. Multiple
CFMAILPARAM tags may be nested within a
CFMAIL block. Only one file attachment or custom
header can be specified per CFMAILPARAM tag.
Attributes
-
FILE="filename" The full path to the file you wish to attach to your email message. Multiple
CFMAILPARAMtags may be used to attach more than one file. Can’t be used with any other attributes. Required when attaching a file.-
NAME="name" The name of the header entry to write. Multiple header entries may be written using a
CFMAILPARAMtag for each entry. Can be used only with theVALUEattribute. Required when including custom header information.-
VALUE="value" The value to be written for the header entry. Can be used only with the
NAMEattribute. Required when including custom header information.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access