Support » Plugin: User Verification » UTF8 E-mail Formatting

  • Resolved Andrej Srna

    (@reesher)


    Hello dear author!

    Firstly, this is a great plugin, you are a lifesaver!

    Secondly,

    I ran into some issues while formatting the e-mail templates. I’m a Slovak and we use some Latin-Ext(UTF8) chars, like for example ď, ť, á, ú, etc… and in the e-mail that is sent to the user, the chars are not displaying correctly.

    Is there some way to enable UTF8 format in the e-mail, that is sent to the users?

    Cheers,
    Andy

Viewing 5 replies - 1 through 5 (of 5 total)
  • Good afternoon. I support too faced the same problem. Here is such the text comes on –

    Здравствуйте kamyshnikova_t, Спасибо, что присоединились к нам.

    Пожалуйста, подтвердите свой аккаунт, перейдя по ссылке ниже
    Активировать учетную запись

    CLEAN-TRADE – Профессиональная химия для прачечных, клининга, пищевой промышленности, грязезащитные решетки, уборочный инвентарь TTS.

    Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post,

    have you followed this post?
    https://wordpress.org/support/topic/utf8-support-for-cyrillic/

    Regards

    Thread Starter Andrej Srna

    (@reesher)

    Hello!

    https://wordpress.org/support/topic/utf8-support-for-cyrillic/

    add_filter( 'wp_mail_charset', 'change_mail_charset' );
    function change_mail_charset( $charset ) {
    	return 'UTF-8';
    }

    works.

    Thanks!

    Plugin Author PickPlugins

    (@pickplugins)

    Glad to know that.

    Regards

    I have same problem.

    This is a hack but works:
    add_filter( ‘wp_mail_charset’, ‘change_mail_charset’ );
    function change_mail_charset( $charset ) {
    return ‘UTF-8’;
    }

    The problem in the pluigin is still persist.

    • This reply was modified 3 years, 3 months ago by estalhun.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘UTF8 E-mail Formatting’ is closed to new replies.