• Resolved matfuj

    (@matfuj)


    L’encodage de l’expéditeur est défectueux : les accents ne passent pas partout. On devrait utiliser la fonction mb_encode_mimeheader conformément à https://en.wikipedia.org/wiki/Unicode_and_email

    J’ai modifié la ligne 2311 de la fonction autosend ainsi :
    $expediteur = mb_encode_mimeheader(get_post_meta($nl_id, ‘expediteur’, true), ‘UTF-8’); //get_post_meta($nl_id, ‘expediteur’, true);

    Et là ?a va mieux.

    Le sujet du message est peut être sujet à ce soucis, mais je ne mets pas d’accents dans le sujet ??

    https://www.ads-software.com/plugins/eelv-newsletter/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bastien Ho

    (@bastho)

    I’ve added mb_encode_mimeheader in version 4.2.0

    thank you for reporting the issue.

    Thread Starter matfuj

    (@matfuj)

    Thank you !

    Now, I’ve found 2 typos in the suscribe widget (in version 4.2.1) which prevent html validation of the page containing the widget :
    Line 827 , there is a ” in excess :

    . $text_color . '>' . $params['label'] . '</label>';

    Line 832 , there is a missing space before class :

    . ' class="eelv_news_input ' . esc_attr($params['input_class']) . '"/>'


    Bruno

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sender encoding bug ?’ is closed to new replies.