MACROMEDIA COLDFUSION MX 61-CFML Reference page 241

Cfml reference
Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

Attributes
Attribute
Req/Opt Default
to
Required
from
Required
cc
Optional
bcc
Optional
subject
Required
replyto
Optional
failto
Optional
username
Optional
password
Optional
wraptext
Optional
Description
Message recipient e-mail addresses.
• Static address. For example, "
• Variable that contains an address. For example,
"
#Form.Email#
• Name of a query column that contains an address. For
example, "
returned row.
E-mail message sender:
• A static string; for example, "
• A variable; for example, "
This attribute does not have to be a valid internet address; it
can be any text string.
Address(es) to which to copy the message.
Address(es) to which to copy the message, without listing
them in the message header.
Message subject. Can be dynamically generated. For
example, to send messages that give customers status
updates, "
Address(es) to which the recipient is directed to send
replies.
Address to which mailing systems should send delivery
failure notifications. Sets the mail envelope reverse-path
value.
A user name to send to SMTP servers that require
authentication. Requires a
A password to send to SMTP servers that require
authentication. Requires a
Do not wrap
Specifies the maximum line length, in characters of the mail
text
text. If a line has more than the specified number of
characters, replaces the last white space character, such as
a tab or space, preceding the specified position with a line
break. If there are no white space characters, inserts a line
break at the specified position. A common value for this
attribute is 72.
support@macromedia.com
".
". An e-mail message is sent for each
#EMail#
support@mex.com
#GetUser.EMailAddress#
Status of Order Number #Order_ID#
password
username
"
"
"
".
attribute.
attribute.
cfmail
241

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents