You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2021/02/07 07:20:07 UTC

[GitHub] [fineract] BLasan edited a comment on pull request #1597: Add condition to start TLS (FINERACT-1070)

BLasan edited a comment on pull request #1597:
URL: https://github.com/apache/fineract/pull/1597#issuecomment-774385179


   > @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
   
   Yeah, those conditions are already added. Can we use smtp.gmail.com to send an email from a non-gmail address to a gmail address? "From" email address is not a gmail address. I checked it inside the mysql container. 


----------------------------------------------------------------
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:
users@infra.apache.org