Form :
<label> Your Name (required)
[text* your-name] </label>
<label> Your Email (required)
[email* your-email] </label>
<label> Subject
[text your-subject] </label>
<label> Your Message
[textarea your-message] </label>
[submit "Send"]
fields :
To
[email protected]
From
blablablabla <[email protected]>
Subject
[your-subject]
Additional Headers
Reply-To: [your-email]
Message Body
From: [your-name] <[your-email]>
Subject: [your-subject]
Message Body:
[your-message]
if I change blablablabla by [your-name] … no error but I don’t receive the mail ^^
with blablabla now the mail come from “no reply”
and now I have this message in my WP admin :
Misconfiguration leads to mail delivery failure or other troubles. Validate your contact forms now. ? Validate Contact Form 7 Configuration
FYI I had another bug with woocommerce … suddenly I was not receiving the new order mail notification and then I delete the email address in the woo email setting to let the system catch the admin mail and then now it’s works fine …
weird …
My config :
WP 4.8.9 – Woo 3.5.1 – Php 7.2 – CF7 5.0.5