From: Michael Partridge <mcp292_AT_nau.edu>
Date: Thu, 24 Nov 2022 12:42:08 -0700
Happy Thanksgiving!
I'm having trouble using `git --send-email` to send a patch in.
I am trying to use this email address (mcp292_AT_nau.edu) with the
following settings in my global config:
```
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com
smtpuser = mcp292_AT_nau.edu
smtpserverport = 587
```