PHPMailer is a very popular PHP library for sending email. In most cases, it is used to the local mail server. PHPMailer can connect to an external SMTP server too. Sometimes, PHPMailer gives connection errors when connecting to Gmail SMTP Server. Here are some of the issues and fixes for the same. The PHPMailer sample …
Read More