• Resolved RKLM

    (@rklmbyra)


    Hello

    Love the plugin. But I have problems with the email that it sends, it can’t render letters ?,?,? and I wonder if there is a way to set the emails to send as UTF-8?

    Thanks.

    T

Viewing 1 replies (of 1 total)
  • @rklmbyra I hope you are satisfied with us and you love our plugin. A 5/5 classification here -https://www.ads-software.com/support/plugin/woocommerce-catalog-enquiry/reviews/#new-post, would definitely be great a way to share your experience with other users.

    Now coming to your query, we are using wc mail with the default charset UTF8.

    Can you please check wether your wordpress charset is configuare to utf8 by checking wp-config.php.

    Alternatively, you can use ‘wp_mail_charset’ filter to change charset as follows-
    add_filter( 'wp_mail_charset', 'change_mail_charset' ); function change_mail_charset( $charset ) { return 'UTF-8'; }

    Let us know if you need any further assistance.

Viewing 1 replies (of 1 total)
  • The topic ‘Email character encoding’ is closed to new replies.