-3

PHPmailer error on my website

I tried all the solutions given to questions similar to mine (allowed less secured apps, display captcha, using 465 port for ssl, etc).

Can anyone tell if I have to change any settings on cpanel to send mails using gmail?

AJPerez
  • 3,257
  • 9
  • 63
  • 87

1 Answers1

0

I remove below line from localhost code and it worked.

define("MAILER", "smtp");

Above line is not required and causing the error

4b0
  • 20,627
  • 30
  • 92
  • 137