I want to send contact form all the mails to my personal email account. Currently I use WP SMTP plugin to send mails from my blog. I want to keep it (I want to send mails though WP SMTP).
Now when the sender fill the form and send me a message, it doesn't show the sender mail. What is the reason for that issue?
This is my Form
<p>[select* menu-542 id:Status "Mr" "Mrs" "Miss"]</p>
<p>Your Name (required)<br />
[text* your-name] </p>
<p>Your Email (required)<br />
[email* your-email] </p>
<p>Subject (required)<br />
[text your-subject] </p>
<p>Your Message (required)<br />
[textarea your-message] </p>
<p>[recaptcha recaptcha-916]</p>
<p>[submit "Send"]</p>
This is my mail field.
To:
My personal emailFrom:
webmaster@mydomain.comSubject:
[your-subject]Additional headers:
Reply-To: [your-email]