• Hi,
    I see that you use htmlentities() to store user messages in the database.

    Unfortunately, you do not use html_entity_decode() before sending email to users (in file piewpnun.php).

    For international user with special characters and accents, emails are not readable because all special characters are converted.

    It could be a nice idea to decode htmlenties before sending email.

    Dimitri

    http://wordpress.org/plugins/pie-register/

  • The topic ‘User Notification Email (html_entity_decode)’ is closed to new replies.