Forums
(@georgianwpjobster)
4 years, 6 months ago
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' );
4 years, 7 months ago
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.”