NetTalk Central

NetTalk E-Mail => E-Mail - Ask For Help => Topic started by: Alberto on May 21, 2011, 04:09:14 AM

Title: Bad spanish email
Post by: Alberto on May 21, 2011, 04:09:14 AM
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
Title: Re: Bad spanish email
Post by: seancameron on May 23, 2011, 12:43:34 AM
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'