Thursday 16 November 2017

Unable to send email in Joomla using Gmail SMTP settings. Getting SMTP server error: 5.5.1 Authentication Required. How to fix this?

style="font-weight: bold;">

Answer



MY joomla contact form gmail SMTP settings not
working..see below that message showing when submitting contact form. What should be the
reason?
extension=php_openssl.dll also
enabled..



Error message -:
SMTP
server error: 5.5.1 Authentication Required. Learn more at 530 5.5.1 href="http://support.google.com/mail/bin/answ"
rel="nofollow">http://support.google.com/mail/bin/answ ... swer=14257
c6sm7639242obl.22



I used these settings in
joomla mail settings



Mailer: smtp />SMTP Authentication: yes
SMTP Security: SSL
SMTP Port:
465
SMTP Username: My gmail full address
SMTP Password: My gmail
password
SMTP Host: smtp.gmail.com

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...