francisguchie commented 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**
   ========================================================
   # root user email address 
   [email protected]
   
   # The place where the mail goes. The actual machine name is required no
   # MX records are consulted. Commonly mailhosts are named mail.domain.com
   mailhub=smtp.gmail.com:587
   [email protected]
   AuthPass=itspassword
   UseTLS=YES
   UseSTARTTLS=YES
   
   # Where will the mail seem to come from?
   # rewriteDomain=
   rewriteDomain=gmail.com
   
   
   
   
   sudo nano /etc/ssmtp/revaliases
   ================================================================
   # sSMTP aliases
   #
   # Format:       local_account:outgoing_address:mailhub
   #
   # Example: root:[email protected]:mailhub.your.domain[:port]
   # where [:port] is an optional port number that defaults to 25.
   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