** This isn’t visible however, the output is.
Leaving a large gap before the content.
Please change your CF7 email settings from text to html
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!