136
CFML Language Reference
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.
Summary of Contents for COLDFUSION 4.5-CFML LANGUAGE
Page 1: ...Allaire Corporation CFML Language Reference ColdFusion 4 5...
Page 207: ...Chapter 1 ColdFusion Tags 183 CFCATCH CFTRY BODY HTML...
Page 224: ...200 CFMLLanguageReference CFOUTPUT P Text within CFOUTPUT is always shown CFOUTPUT BODY HTML...
Page 336: ...312 CFMLLanguageReference CFIF BODY HTML...
Page 404: ...380 CFMLLanguageReference DE It is morning CFOUTPUT P BODY HTML...
Page 413: ...Chapter 2 ColdFusion Functions 389 Customer BalanceDue BR CFOUTPUT CFIF BODY HTML...
Page 483: ...Chapter 2 ColdFusion Functions 459 CFOUTPUT CFLOOP BODY HTML...
Page 584: ...560 CFMLLanguageReference...
Page 594: ...570 CFMLLanguageReference...