MBF Knowledge Base

I'm using PHPMailer to try and send email out on port 465. I'm getting an error that PHPMailer can't authenticate. How do I fix this?

Make sure the email server that you specify in your PHPMailer configuration allows you to send using port 465. If not, you can try to use port 587 since most email servers will allow you to send on 587.