• Resolved desarrollo33

    (@desarrollo33)


    Hi my problem is that when i send the email I receive it with many more <br> than I have put, example i wrote:

    <table>
    <tbody>
    <tr>
    <td></td>
    </tr>
    </tbody>
    </table>

    The email received is:

    <br><table>
    <br><tbody>
    <br><tr>
    <br><td></td>
    <br>
    </tr>
    <br>
    </tbody>

    I want the plugin not add these additional <br>

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

    (@yithemes)

    Hi there,
    We are checking about this, and in case we will send a new update.

    Thread Starter desarrollo33

    (@desarrollo33)

    Hi I already resolved i change this in class-yith-wc-abandoned-cart-email.php:

    $template_content = nl2br( $email->post_content );

    for this:

    $template_content = $email->post_content ;

    Thx for the response

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Email html adds to much’ is closed to new replies.