Tag: SMTP

 

Solution SMTP: PHPMailer Library Missing, PHPMailer is Required for SMTP to function.

Solution SMTP: PHPMailer Library Missing PHPMailer is Required for SMTP to function.

Step 1 add to composer.json on section require:


 "require": {
       ....
 "phpmailer/phpmailer": "^6.5"
    },

Step from our main folder of the project – using CMD:


..> composer update