francisguchie commented on pull request #1597: URL: https://github.com/apache/fineract/pull/1597#issuecomment-775382127
> > @BLasan > > I do not get this part clearly > > **"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"** > > When you configure email sending there's a configuration for "email from". In FINERACT they use an email which is not a gmail. (Belongs to another email domain). You have already set up the smtp configurations on your machine right? Could you please try by providing hard coded values for the following configurations. > > [email.setFrom()](https://github.com/apache/fineract/pull/1597/files#diff-ff180200f187360b5f3824c6656dcbb79f609f950ef0e90f25cf96df3c47ea96R81) - Replace this with a valid gmail you have (A duplicate one) > [email.addTo()](https://github.com/apache/fineract/blob/bb00c18f274598a02337ad901b2021041c13ccc2/fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/service/GmailBackedPlatformEmailService.java#L86) - Replace email.getAddress() with the email you are going to use for the above email.setFrom() configuration > [email.setAuthenticator()](https://github.com/apache/fineract/blob/bb00c18f274598a02337ad901b2021041c13ccc2/fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/service/GmailBackedPlatformEmailService.java#L65) - Replace with your gmail and the relevant password (Email you are going to use for the above two configurations) cool this is simpler for me to understand let me try this ---------------------------------------------------------------- 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]
