text/plaintext/htmlutf-8iso-8859-1windows-1252us-asciishift_jisiso-2022-jpeuc-jpeuc-krbig5euc-cnutf-16bx-mail module.
									.
cfmail( to = "recipient@example.com", from = "sender@example.com", subject = "Example email" ) {
cfmailpart(type="text/plain") {
	writeOutput("If you are seeing this, your e-mail client does not support HTML messages.");
}
cfmailpart(type="text/html") {
	writeOutput(htmlVersionOfMessage);
}
}Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.