User Guide
cfmailpart 303
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
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; “E-mail” in
Chapter 17, “Developing Globalized Applications,” in ColdFusion MX Developer’s Guide
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/.