| Contents > Developing ColdFusion MX Applications > Sending and Receiving E-Mail > Advanced sending options > Sending mail as HTML |
|
|
|
|
||
Most newer Internet mail applications are capable of reading and interpreting HTML code in a mail message. The cfmail tag lets you specify the message type as HTML. The type="HTML" attribute (the only valid value; the default is plain text) informs the receiving e-mail client that the message contains embedded HTML tags that must be processed. This feature is useful only when you are sending messages to mail clients that can interpret HTML. Also, you must escape any pound signs in the HTML, such as those used to specify colors, by using two # characters; for example, bgcolor="##C5D9E5".
|
|
||
| Contents > Developing ColdFusion MX Applications > Sending and Receiving E-Mail > Advanced sending options > Sending mail as HTML |
|
|
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.