Replies: 0
Hi I am using Contact Form 7 and WP Mail SMTP plugin for sending emails using Gmail in wordpress.
I have configured the WP Mail SMTP plugin correctly. In contact form 7, I have the following fields
[text* text-22 placeholder “Name”]<br>
[email* email-17 placeholder “Email”]<br>
[text* text-23 placeholder “Subject”]<br>
[textarea* textarea-789 placeholder “Message”]<br>
[submit “Submit”]
Now in the Mail tab, in From field I have written,
From : [text-22] <wordpress@integrity-foundation.com>
Here [text-22] specifies the name of the person filling the form. I want that the name of the person to be displayed in the Gmail(meaning the name of the person filling out the form). But here the site title gets displayed in the from field.
How should I resolve this?