Skip to content

Instantly share code, notes, and snippets.

View praton1729's full-sized avatar
🎯
Focusing

dr praton praton1729

🎯
Focusing
View GitHub Profile
@jasonkarns
jasonkarns / readme.md
Last active June 26, 2024 14:16
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>