Answers for "smtp error: could not authenticate."

PHP
0

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.
Posted by: Guest on June-06-2021
0

Failed to authenticate on SMTP server with username

//Capture Unload
//https://accounts.google.com/b/0/UnlockCaptcha

MAIL_DRIVER=smtp
MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
[email protected]
MAIL_PASSWORD=xxxxxx
MAIL_ENCRYPTION=tls
Posted by: Guest on June-02-2021

Code answers related to "smtp error: could not authenticate."

Browse Popular Code Answers by Language