Can Contact Form 7 in WordPress give an HTML output of the final mail?
Is there a hook that will allow me to see exactly what is being sent out to an email? I've tried using 'wpcf7_mail_sent' and all it contains is array of the data and fields. For example it has "first-name": "John",…