BLasan commented on pull request #1597: URL: https://github.com/apache/fineract/pull/1597#issuecomment-775288693
> @BLasan > before i even test this condition is likely to fail **String port = "465"; boolean useTLS = false;** > > please note that for both ports 465 and 587 > boolean useTLS = true; is required for these ports to send mail > > but for 587 > boolean setStartTLSRequired= true; must be added > and for 465 > boolean setStartTLSRequired= true; should be removed Can you try using a gmail to send the email with port=465/587 and host=smtp.gmail.com ? Email domain used in default configurations is not a gmail. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
