• Resolved deanljbirch

    (@deanljbirch)


    I’m using Contact form 7 and the HTML email I’ve sent as a tester is showing line <p></p>
    <br>
    <br>
    <br>
    before the content when the email is received.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter deanljbirch

    (@deanljbirch)

    ** This isn’t visible however, the output is.

    Leaving a large gap before the content.

    Plugin Author Hannes Etzelstorfer

    (@haet)

    Please change your CF7 email settings from text to html

    resqonline

    (@resqonline)

    Sorry to say, that’s not it. Having the same issue with Gravity Forms and I tried both with and without formatting the mail content.
    I am getting the same result as deanljbirch with

    <p><br></p>
    <br><title>My Email Subject which is hidden</title>
    <br><br><br>

    This is way too many space and I believe <title> in this case should mean h1?

    resqonline
    I have the same problem as you.

    Commenting out
    $email[‘message’] = wpautop($email[‘message’]);
    in class-haet-mail.php solved the problem…

    Check it…

    @armourer1
    Thank you so much for this! That solved my issue.

    Great, I am glad that it helped !
    Now, we need only plugin author to step in and add it to next plugin update -:)

    Thanks for workaround. It works great!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Line breaks within email’ is closed to new replies.