• Hi,

    I updated this plugin and now I have a language problem:

    I have my wordpress installation in Portuguese and when I send e-mail to users they get the accents all wrong.
    For example: I inserted this words on the e-mail to users:

    teste ao serviço de notificações por e-mail do Refúgio dos Fidalguinhos.

    And they got the following:

    teste ao serviço de notificações por e-mail do Refúgio dos Fidalguinhos.

    Notice the differences?

    What can be done to solve this issue?

    Thanks for your effort developing this plugin.

Viewing 1 replies (of 1 total)
  • Thread Starter carloschegado

    (@carloschegado)

    Hi Vincent,

    I fixed the languages problem with a little change:

    File class.phpmailer.php

    On line 36:

    From: var $CharSet = “iso-8859-1”;

    To: var $CharSet = “UTF-8”;

    Now everything is working as supposed to.

Viewing 1 replies (of 1 total)

The topic ‘Language problems [Plugin: Email Users]’ is closed to new replies.