I use CFMail to send mail. Because the mail contains Spanish, I need the email support utf-8 character set.
I use following code to display Spanish characters, but the email shows funny characters.
I would like to know are there any way to display utf-8 characters for special language.
Your help and information is great appreciated,
Regards,
Iccsi,
<CFMAIL FROM="#myMail.Frommail#" TO="#MyMail.ToEMail#"
bcc="#MyMail.BccEMail#" SUBJECT="My Subject" charset="utf-8"
TYPE="Plain Text">
#MyEmail.EMailMessage#
</CFMAIL>