Paul Smith wrote:
I've never figured out how to use git send-email with SMTP servers
which require secure connections.

To get that to work, I put something like the following into my ~/.gitconfig file (I used my own info of course, with UCLA-CS's SMTP server). Admittedly it's a bit of a black art.

[user]
        name = Paul Smith
        email = psm...@gnu.org
[sendemail]
        smtpencryption = ssl
        smtpserver = your.favorite.server.domain.name
        smtpuser = psmith
        smtpserverport = 465


Reply via email to