Skip to content

Instantly share code, notes, and snippets.

@jasonkarns
jasonkarns / readme.md
Last active November 21, 2025 13:00
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>