How to Reset the Array of Mail Recipients using PHPMailer
Today I had to fix a script that sends an e-mail using PHPMailer. Here is the intital code: I had to send 2 different mails: one to the buyer and another one to administrator. If I tried to send another mail by using the same code, I got 2 recipients for e-mail. I’ve searched for the way in… Read More »