NetTalk Central

Author Topic: Bad spanish email  (Read 8503 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Bad spanish email
« 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
-----------
Regards
Alberto

seancameron

  • Newbie
  • *
  • Posts: 16
    • View Profile
    • CapeSoft Software
Re: Bad spanish email
« Reply #1 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'
Sean Cameron
CapeSoft
www.capesoft.com

Work Smarter, Not Harder