NetTalk E-Mail > E-Mail - Ask For Help

Bad spanish email

(1/1)

Alberto:
Hi,
Suddenly, may be after an update, all spanish characters disapears from a sent email.
Example:
I send the email with
"Registración en PortIt Web"
and it reaches with
"Registracin en PortIt Web"
the ó is missing.
Any tip?
Thanks
Alberto

seancameron:
The default encoding for mail is us-ascii, which doesn't support these characters. Change the encoding to  'iso-8859-1':

EmailSender.OptionsMimeTextCharset = 'iso-8859-1'
EmailSender.OptionsMimeHTMLCharset = 'iso-8859-1'

Navigation

[0] Message Index

Go to full version