Skip to content

Instantly share code, notes, and snippets.

@Noord
Last active May 27, 2022 13:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Noord/208e8120eca6569942f57f11fda7f1f2 to your computer and use it in GitHub Desktop.
[user]
email = xx@xx.com
name = User
[sendemail]
smtpserver = /usr/bin/msmtp
smtpserveroption = -a
smtpserveroption = work
from = xx@xx.com
smtpUser = xx@xx.com
confirm = auto
smtpEncryption = tls
suppresscc = self
$ git send-email --to="mail-list" HEAD~1
(mbox) Adding cc: User <xx@xx.com> from line 'From: User<xx@xx.com>'
From: xx@xx.com
Cc: User <xx@xx.com>
.. omitted
X-Mailer: git-send-email 2.17.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment