Reply-To option doesn’t work
-
Hi,
Reply-To option doesn’t work. I’ve fixed adding this line in includes/Action/Email.php file
$headers[] = ‘Cc:’ . $settings[‘cc’];
$headers[] = ‘Bcc:’ . $settings[‘bcc’];
$headers[] = ‘Reply-To:’ . $settings[‘replyTo’]; // <——Can you fix it in next release?
Thanks
David
You must be logged in to reply to this topic.