MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference page 160

Cfml language reference
Table of Contents

Advertisement

136
TYPE
Optional. Specifies extended type attributes for the message. Currently, the only
valid value for this attribute is "HTML". Specifying TYPE= "HTML" informs the
receiving email client that the message has embedded HTML tags that need to be
processed. This is only useful when sending messages to mail clients that
understand HTML (such as Netscape 2.0 and above email clients).
MAXROWS
Optional. Specifies the maximum number of email messages you want to send.
MIMEATTACH
Optional. Specifies the path of the file to be attached to the email message.
Attached file is MIME-encoded.
QUERY
Optional. The name of the CFQUERY from which you want to draw data for
message(s) you want to send. Specify this attribute to send more than one mail
message, or to send the results of a query within a single message.
GROUP
Optional. Specifies the query column to use when you group sets of records
together to send as a single email message. For example, if you send a set of billing
statements out to your customers, you might group on "Customer_ID." The
GROUP attribute, which is case sensitive, eliminates adjacent duplicates in the
case where the data is sorted by the specified field. See the Usage section for
exceptions.
GROUPCASESENSITIVE
Optional. Boolean indicating whether to group with regard to case or not. The
default value is YES; case is considered while grouping. If the QUERY attribute
specifies a query object that was generated by a case-insensitive SQL query, set the
GROUPCASESENSITIVE attribute to NO to keep the recordset intact.
STARTROW
Optional. Specifies the row in the query to start from.
SERVER
Required. The address of the SMTP server to use for sending messages. The server
name specified in the ColdFusion Administrator is used if no server is specified.
PORT
The TCP/IP port on which the SMTP server listens for requests. This is almost
always 25.
MAILERID
Optional. Specifies a mailer ID to be passed in the X-Mailer SMTP header, which
identifies the mailer application. The default is Allaire ColdFusion Application
Server.
CFML Language Reference

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 4.5

Table of Contents