[progress Communities] [progress Openedge Abl] Forum Post: Re: Send Email Trigger

  • Thread starter Thread starter Karthikeyan Bhaskaran
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top