• When these two plugins are used together the emails are full of <br> tags and there are lots of spaces.
    Is there any way to fix this issue?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter georgianwpjobster

    (@georgianwpjobster)

    This is the answer I got fron the Newsletter support:

    “Hi, ask the wp better email developer to not apply the text to html conversion on email which are already html.”

    Hello. I have same problem. Are you a solution ? Please give me more information.

    Thread Starter georgianwpjobster

    (@georgianwpjobster)

    Hi,

    The solution for me was to add the following filter in the functions.php file:

    // Stop WP Better Email to add extra spaces to HTML emails
    add_filter( 'wpbe_convert_line_breaks', '__return_false' );

    Hi. Thanks. I will try to back you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Incompatibility between Newsletter and WP Better Emails plugins’ is closed to new replies.