Ghost email in “To:” field when reply
-
Hello. A client has a contact form that sends every data correctly. The problem is that when they do a reply, the βto:β shows two emails, like so:
to: [email protected], [email protected]
The second address doesnt exist in the list of emails of the company. They created the form with Contact Form 7.
The form code is:
[text code id:code readonly]
[number* quantity placeholder βQuantityβ]
[text* name placeholder βNameβ]
[email* email placeholder βEmailβ]
[text* telehon placeholder βTelephonβ]
[textarea coments x3 placeholder βComents (optional)β]
[submit βSendβ][dynamichidden post_title id:post_title βCF7_get_post_var key=βtitle'β][dynamichidden post_code id:post_code βCF7_get_post_var key=βproduct-code'β] The email is set like this:
To: [email protected]
From: [email protected]
Subject: [name] β New Request
Additional headers: Reply-To: [email]
Mesage Body: Product: [code]
Quantity:[quantity] Client Data: Name: [name]
Email: [email]
Telephon: [telephone]
Coments: [coments]
They also used Contact Form 7 - Dynamic Text Extension, and there is a warning: There is a new version of Contact Form 7 - Dynamic Text Extension available, but it does not work with your version of PHP.
Anyone have had this problem and solved it?
Thanks
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Ghost email in “To:” field when reply’ is closed to new replies.