bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] bootstrap: Avoid gnulib operations if not needed


From: Paul Eggert
Subject: Re: [PATCH] bootstrap: Avoid gnulib operations if not needed
Date: Sat, 28 Apr 2018 14:38:12 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

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 = address@hidden
[sendemail]
        smtpencryption = ssl
        smtpserver = your.favorite.server.domain.name
        smtpuser = psmith
        smtpserverport = 465




reply via email to

[Prev in Thread] Current Thread [Next in Thread]