phpMailer CC issue with multiple recipients
My database has 75 email addresses. I use a form to pass variables to the sendmail.php file. When a cc email address is passed to sendmail.php and the phpMailer code is processed, I get 75 copies of the email in my inbox. I have not sent out the email to the 75 addresses yet for fear that the recipients will get 75 copies as well. What am I doing wrong>
PHPMailer no funciona
Alguien me podria ayudar, estoy agregando phpMailer a mi proyecto, pero cuando lo quiero probar me sale el error que no encuentra la ruta donde tengo la libreria, me sale de la siguiente manera:
PHPMailer not working after update to version 6
Been running along just fine with Version: 5.2.6 of PHPMailer on PHP7, but every once in a while the emails fail to go. So, I decided to update PHPMailer to Version 6. Not using the composer so basically all I’ve done is upload the src directory to my website and add the following lines to my script:
require ‘src/PHPMailer.php’;
require ‘src/SMTP.php’;