PHPMailer uses a mix of object properties and methods for setting required values. So, while you can do $mail->From = '
[email protected]' you can't do that with the To addresses. It's a bit confusing.
Maybe this will help? Here's a simplified version of a function I use to send mail. I set...