MACROMEDIA COLDFUSION 5-CFML Quick Reference page 12

Cfml quick reference
Hide thumbs Also See for COLDFUSION 5-CFML:
Table of Contents

Advertisement

cfmail
<cfmail to = "recipient"
from = "sender"
cc = "copy_to"
Bcc = "blind_copy_to"
subject = "msg_subject"
type = "msg_type"
maxRows = "max_msgs"
MIMEAttach = "path"
query = "query_name"
group = "query_column"
groupCaseSensitive = "Yes" or "No"
startRow = "query_row"
server = "servername"
port = "port_ID"
mailerID = "headerid"
timeout = "seconds">
cfmailparam
<cfmail
to = "recipient"
subject = "msg_subject"
from = "sender"
...more attibutes... >
<cfmailparam
file = "file-name" >
or
<cfmailparam
name = "header-name"
value = "header-value" >
...
</cfmail>
cfmodule
<cfmodule template = "template"
name = "tag_name"
attributeCollection = "collection_structure"
attribute_name1 = "value"
attribute_name2 = "value"
...>
cfobject
<cfobject type = "COM"
action = "action"
class = "program_ID"
name = "text"
context = "context"
server = "server_name">
<cfobject type = "CORBA"
context = "context"
class = "file or naming service"
name = "text"
locale = "type-value arguments">
<cfobject
action = "Create"
type = "Java"
class = "Java class"
name = "object name">
cfoutput
<cfoutput
query = "query_name"
group = "query_column"
groupCaseSensitive = "Yes" or "No"
startRow = "start_row"
maxRows = "max_rows_output">
</cfoutput>
cfparam
<cfparam name = "param_name"
type = "data_type">
default = "value">
cfpop
<cfpop server = "servername"
port = "port_number"
username = "username"
password = "password"
action = "action"
name = "queryname"
messageNumber = "number"
attachmentPath = "path"
8
CFML Quick Reference

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 5-CFML and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Coldfusion 5

Table of Contents