smtp error: could not authenticate. hostinger code example
Example: smtp error: could not authenticate. hostinger
$mail->Host = gethostbyname('smtp.gmail.com');
//i replaced default code with this line of code on my hostinger. it worked for me.
$mail->Host = gethostbyname('smtp.gmail.com');
//i replaced default code with this line of code on my hostinger. it worked for me.