wrong reply-to recipient in system emails
-
Hi. We have recently started to see issues with system emails (new order, failed payment etc) where the the reply-to address is set to the customers email, rather than the sender (from) address.
This has led to an embarrassing situation where a customer received an email meant for internal reading!
This occurs on 3 different systems (1 test, 2 live). I have tested with Post SMTP, PHPMailer and WP Mail SMTP plugins, so pretty sure it’s not the SMTP plugin mangling stuff.
The email headers for a New Order email look like this:
To: [email protected] Subject: [TEST my shop]: New order #7415 X-PHP-Originating-Script: 692:PHPMailer.php Date: Thu, 13 May 2021 15:46:00 +0000 From: TEST my shop <[email protected]> Reply-To: Colin Personal Test <[email protected]> Message-ID: <[email protected]> X-Mailer: PHPMailer 6.2.0 (https://github.com/PHPMailer/PHPMailer)
Where ‘Colin Personal Test <[email protected]>’ is the customer email and ‘[email protected]’ is the shop/system email.
Reply-to should be set to ‘[email protected]’ NOT ‘[email protected]’
Any ideas gratefully accepted.
Woo: 5.3.0
Woo subs: 3.1.1
WP: 5.7.2
PHP 7.3.27-Colin
- The topic ‘wrong reply-to recipient in system emails’ is closed to new replies.