Created
May 1, 2020 04:27
-
-
Save igor-rodrigues2017/42bca3b027f30da036f74b415b78fbe0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Config do arquivo ssmtp.conf: | |
TLS_CA_File=/etc/ssl/certs/ca-certificates.crt | |
[email protected] | |
mailhub=smtp.gmail.com:587 | |
[email protected] | |
AuthPass=******* | |
UseSTARTTLS=yes | |
Config do arquivo revaliases | |
root:[email protected]:smtp.gmail.com:587 | |
username:[email protected]:smtp.gmail.com:587 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment