Copy link to clipboard
Copied
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>
I use the following code then it works,
<cfmailpart type="text" charset="utf-8">
thanks for helping and information,
Iccsi,
Copy link to clipboard
Copied
Have you ensured the receiver can also read Spanish characters?
Copy link to clipboard
Copied
I use the following code then it works,
<cfmailpart type="text" charset="utf-8">
thanks for helping and information,
Iccsi,
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more