• Hi hellonico,

    WP Better Emails plugin is the best With only one small exception: line breaks, that need improvement.
    I tried using wpbe_convert_line_breaks but we need line breaks.
    I checked another email template plugin and it’s working good. I saw the plugin code and they are using wpautop to format the message string. So, I think this fix could make your plugin works better (tested).

    On the file wpbe.php, at line 544, replace:

    $message = nl2br( $message );

    with

    $message = wpautop( $message );

    https://www.ads-software.com/plugins/wp-better-emails/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Line breaks – Replace nl2br with wpautop’ is closed to new replies.