Hello Konakarts,
Could you please tell me what I am missing here. I am attempting to use gmail as SMTP and send mail from konakart. I am getting the error message in the log as "Error sending email - null". Please see below (from the log) about my configuration.
Thanks a lot,
--Dhan.
15-Nov 19:21:32 DEBUG (?:send:?) Do not Authenticate Server
15-Nov 19:21:32 DEBUG (?:send:?) Sending Email:
Protocol = smtps
SMTP Server = smtp.gmail.com
SMTP Username = dhan99@gmail.com
Subject = Received Payment for Order
To Addr = dhan99@gmail.com
From Address = KonaKart <root@localhost>
Reply To Address = siva99@gmail.com
Properties =
mail.transport.protocol=smtps
mail.smtps.port=465
mail.smtp.host=smtp.gmail.com
mail.smtps.auth=true
mail.smtps.host=smtp.gmail.com
15-Nov 19:21:32 INFO (?:send:?) Error sending email - null
Hi,
Have you tried setting the "SMTP Secure" configuration option in the Admin App to true rather than false?
I think you'll find that will work... and you should not see this mesage:
15-Nov 19:21:32 DEBUG (?:send:?) Do not Authenticate Server
Greg
Greg,
Thanks a lot for the tip, that works!
--Dhan.