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


   @BLasan   this is what i have used ( with the actual emails of course )
   
   **sudo nano /etc/ssmtp/ssmtp.conf**
   
   [email protected]
   mailhub=smtp.gmail.com:587
   [email protected]
   AuthPass=itspassword
   UseTLS=YES
   UseSTARTTLS=YES
   rewriteDomain=gmail.com
   
   
   **sudo nano /etc/ssmtp/revaliases**
   root:[email protected]:smtp.gmail.com:587
   
   
   I hope this helps to figure out if i have mixed up something somewhere


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