Skip to content

Instantly share code, notes, and snippets.

@scemama
Created January 26, 2015 09:24
Show Gist options
  • Save scemama/6b2169587c9bf30cfb15 to your computer and use it in GitHub Desktop.
Save scemama/6b2169587c9bf30cfb15 to your computer and use it in GitHub Desktop.
SSMTP gmail configuration
# /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