Forums

Language problems [Plugin: Email Users] (2 posts)

  1. carloschegado
    Member
    Posted 2 years ago #

    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.

  2. carloschegado
    Member
    Posted 2 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic