Hi,
In CFMX, in mail settings, there is an option to get messages sent
encoded in UTF-8, ISO-8859-1, etc...
IN CF5, there is no such option.
However, from my development desktop, I have a template that sends me a
test message,
and it seems to be automatically encoded in iso-8859-1.
ie: Subject: =?ISO-8859-1?Q?On_a_tout_essay=E9_=E0_partir_de_ContentBox?=
The same template on my production server also under CF5 sends the same
message not encoded
ie: Subject: On a tout essayé à partir de ContentBox
So my question is:
1º who encodes messages? CF? Then apparently it is optional, but where
is this option?
2º the mail server?