Username and password is a server attrabute.

Specifying mail servers

The server attribute can specify one or more mail servers.

Note: If you specify multiple mail servers in ColdFusion MX Standard,
the cfmail tag uses only the first server in the specification.
ColdFusion logs a warning message to the mail log file and ignores the
additional servers.

For each server, you can optionally specify a username, password, and
port. These values override the corresponding attributes, if any. The
server attribute has the following format:

[user:[EMAIL PROTECTED]:port],[user:[EMAIL PROTECTED]:port],....

For example, the following line specifies one server, mail.myco.com
that uses the default port and no user or password, and a second
server with a user, password, and specific port:

server=mail.myco.com,mail_admin:[EMAIL PROTECTED]:24

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:229521
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to