User Guide
248 Chapter 2: ColdFusion Tags
cfmailpart
Description
Specifies one part of a multipart e-mail message. Can only be used in the cfmail tag. You can use
more than one
cfmailpart tag within a cfmail tag.
Category
Forms tags, Internet Protocol tags
Syntax
<cfmail
... >
(Optional cfmailparam entries)
<cfmailpart
type="mime type"
charset="character encoding"
wraptext="number"
>
Mail part contents
</cfmailpart>
...
</cfmail>
History
ColdFusion MX 6.1: Added this tag.
See also
cfmail, cfmailparam, cfpop, cfftp, cfhttp, cfldap, cfcontent, Wrap,
Chapter 35,
“Sending and Receiving E-Mail,” in Developing ColdFusion MX Applications
Attributes
Attribute Req/Opt Default Description
type Required The MIME media type of the part. Can be a can be valid MIME
media type or one of the following:
• text specifies text/plain type
• plain specifies text/plain type
• html specifies text/html type
Note: For a list of all registered MIME media types see
www.iana.org/assignments/media-types/