cfmailpart
<cfmail>
[<cfmailparam>]
[<cfmailpart>
message body
</cfmailpart>]
...
</cfmail>
Used
within a cfmail
block to specify a part of a
multi-part message. Multi-part messages are typically used to send
multiple versions of the same message. For example, it may be
desirable to send both a plain text and an HTML version of a message.
To specify multiple parts, use one cfmailpart
tag
pair for each part. If you send a multi-part message using
cfmailpart
, all message contents must appear
within cfmailpart
tags. Any content outside the
tag body is ignored.