09-25-2020, 08:48 AM
In your sendmail.ini, write the smtp port in a separate line.
smtp_server=smtp.mail.yahoo.com
smtp_port=465
In your php.ini, comment out your settings for Win32. These are the `smtp`, `smtp_port`, `sendmail_from`. Then in the sendmail path, remove the extra param. Just use the path:
sendmail_path = "C:\xampp\sendmail\sendmail.exe"
smtp_server=smtp.mail.yahoo.com
smtp_port=465
In your php.ini, comment out your settings for Win32. These are the `smtp`, `smtp_port`, `sendmail_from`. Then in the sendmail path, remove the extra param. Just use the path:
sendmail_path = "C:\xampp\sendmail\sendmail.exe"