Skip to content

Instantly share code, notes, and snippets.

@lucachr
Created January 2, 2015 13:07
Show Gist options
  • Save lucachr/127af569b477a96915ed to your computer and use it in GitHub Desktop.
Save lucachr/127af569b477a96915ed to your computer and use it in GitHub Desktop.
Sample .mailrc configuration file for Gmail
set smtp-use-starttls
set smtp=smtp://smtp.gmail.com:587
set smtp-auth=login
# Change 'xxxxxx' with your username
set smtp-auth-user=xxxxxx@gmail.com
# Change 'xxxxxxxxxxxx' with your password
set smtp-auth-password=xxxxxxxxxxxx
# Change 'xxxxxxxx' with the name of your Firefox's profile,
# it is located in the ~/.mozilla/firefox/ directory.
set nss-config-dir=~/.mozilla/firefox/xxxxxxxx.default
set ssl-verify=ignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment