NetTalk Central

Author Topic: Send email from NT app (subject issue)  (Read 2501 times)

estadok

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • EstaSoft
    • Email
Send email from NT app (subject issue)
« on: May 28, 2013, 09:47:43 PM »
Hi!

How can I send email from my web app with different subject charset? If I set OptionsMimeHtmlCharset to 'windows-1251' the body of message displays correctly, but the subject displays as 'X XXX XXXXXXX'. How can I solve it?
Clarion 9.0.10376
NetTalk 7.26
SecWin 6.25
StringTheory 1.92

estadok

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • EstaSoft
    • Email
Re: Send email from NT app (subject issue)
« Reply #1 on: May 29, 2013, 05:25:09 AM »
Solved!

EmailSubject = '=?windows-1251?B?'&p_web.Base64Encode('&YourSubject(ie Russian language)&')&'?='
Clarion 9.0.10376
NetTalk 7.26
SecWin 6.25
StringTheory 1.92