K
Karthikeyan Bhaskaran
Guest
Change the mail.smtp.host value to smtp.gmail.com. This should solve the problem even if port is 587 (TLS required). If you continue testing with port 587 the screenshot would have the following: { mail.smtp.starttls.enable=true , mail.smtp.port=587, mail.smtp.user=mymail@gmail.com, mail.transport.protocol=smtp, mail.smtp.auth=true, mail.smtp.host= smtp.gmail.com , mail.smtp.timeout=5000, mail.smtp.connectiontimeout=5000 } And, the "Connection Test" email would have been received by the recipient. Hope this helps.
Continue reading...
Continue reading...