Created
January 26, 2015 09:24
-
-
Save scemama/6b2169587c9bf30cfb15 to your computer and use it in GitHub Desktop.
SSMTP gmail configuration
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
# /etc/ssmtp/ssmtp.conf | |
AuthUser=username | |
AuthPass=Your-Gmail-Password | |
FromLineOverride=YES | |
mailhub=smtp.gmail.com:587 | |
UseSTARTTLS=YES |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment