I have wrote the phpmailer script to send mail through PHP script but unfortunately, it is not working on my site. I am receiveing the below error while sending mail through my phpmailer script:
Mailer Error: Language string failed to load: recipients_failed
PHPmailer is installed on the server.
Can anyone tell me what I am doing wrong?
Thanks,
Scott
Make sure that you have entered the correct login details (email account password and SMTP server).
Thanks,
Kailash
This error usually comes when there is incorrect details specified in the script. You’ll have to make sure that you have specified correct SMTP server, username and password in your script.