SyntaxFix
Write A Post
Hire A Developer
Questions
At least in the current versions of PHPMailers, there's a function clearReplyTos() to empty the reply-to array.
$mail->ClearReplyTos(); $mail->addReplyTo([email protected], 'EXAMPLE');