Skip to content
Advertisement

Tag: contact-form-7

Contact Form 7 – Get final mail HTML output

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”, “last-name”: “Smith”, … etc. but not template. What I want to get is the mail template merged with that data…

Advertisement