Skip to content

Instantly share code, notes, and snippets.

@jasonkarns
jasonkarns / readme.md
Last active February 5, 2026 19:45
Git send-email using Gmail
  1. Configure git.
# ~/.config/git/config
[sendemail]
  confirm = auto
  smtpServer = smtp.gmail.com
  smtpServerPort = 587
  smtpEncryption = tls
  smtpUser = <gmail email address>