francisguchie commented on pull request #1597:
URL: https://github.com/apache/fineract/pull/1597#issuecomment-774254305


   @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 
   


----------------------------------------------------------------
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]


Reply via email to