Menu

#9 Send UTF-8 characters by e-mail

stable
open
fix (3)
5
2016-01-02
2011-08-05
Anonymous
No

Hello,

I installed the tarball and made this patch, I hope it will be compatible with your svn repo
This patch does following:
- it enables the UTF8 encoding in e-mails.
- it unchecks by default the sending of the password by e-mail (because e-mail is not secure)

Thank you for your great app.

Manu

Discussion

  • Anonymous

    Anonymous - 2011-08-05

    patch made with git - usage: patch -p0 < patchutf8email

     
  • Anonymous

    Anonymous - 2011-08-05

    you can contact me at msi@cases.lu

     
  • Anonymous

    Anonymous - 2011-08-05

    Sorry about the wrong info the usage should be patch -p1 < patchfile

     
  • Anonymous

    Anonymous - 2013-06-17

    Thanks for the Patch!!! It works perfectly. Now we can use German translation and have no problems with German special letters like Ä Ö Ü and ß not beeing displayed corretly!

    Thanks big time again for this msi@cases.lu !!!

     
  • Anonymous

    Anonymous - 2013-10-21

    I got some issues with Webmailer and other mail clients (like iOS Mail). They can not decode the message correctly.

    It happens when I apply the changes in /lib/general.inc.php .

    Could someone proof that behavior?

     
  • Anonymous

    Anonymous - 2016-01-02

    Just remove $header .= "Content-type: text/plain; charset=utf-8\r\n"; and $header .= "Content-Transfer-Encoding: 8bit";

    There's probably a better way but it was working fine without it.

    For brave people : http://stackoverflow.com/questions/21897180/gmail-does-not-render-html-in-email

     

Anonymous
Anonymous

Add attachments
Cancel