Skip to content

Instantly share code, notes, and snippets.

@mojombo
Created July 22, 2009 01:12
Show Gist options
  • Select an option

  • Save mojombo/151733 to your computer and use it in GitHub Desktop.

Select an option

Save mojombo/151733 to your computer and use it in GitHub Desktop.
$ git config --global sendemail.smtpserver smtp.gmail.com
$ git config --global sendemail.smtpserverport 587
$ git config --global sendemail.smtpencryption tls
$ git config --global sendemail.smtpuser [email protected]
$ sudo cpan
cpan> install Net::SMTP::SSL
$ git send-email 0001-whatever.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment