On Mar 3, 2016, at 10:37 AM, Peter Maydell wrote:

> On 3 March 2016 at 15:22, Programmingkid <[email protected]> wrote:
>> 
>> On Mar 3, 2016, at 3:43 AM, Peter Maydell wrote:
>> 
>>> On 3 March 2016 at 03:23, Programmingkid <[email protected]> wrote:
>>>> *Sorry but git send-email refuses to work on my system.
>>> 
>>> If you tell us in what way it doesn't work we might be able to
>>> help you debug/configure it. Also, even if you can't use git
>>> send-email you can use git format-patch to create the emails
>>> with the right [PATCH 1/2] [PATCH 2/2] etc headers and the
>>> cover letter that you can send with your email client or
>>> whatever you're doing at the moment.
>> 
>> I didn't know format-patch could do that. I thought it was
>> send-email that did that fancy subject header stuff.
> 
> git send-email either sends files, or if you give it a git
> revision list then it internally calls git format-patch to
> create the files and then sends those.
> 
>> The error message I see when I try to use git send-email is this:
>> 
>> Command unknown: 'AUTH' at 
>> /usr/local/Cellar/git/2.7.2/libexec/git-core/git-send-email line 1390.
> 
> What mail server are you trying to talk to

GMail

> , and what is your
> git send-email configuration
[sendemail]
    smtpEncryption = STARTTLS
    smtpServer = smtp.gmail.com
    smtpUser = [email protected]
    smtpServerPort = 25


> and command line?

git send-email <file path> 


Reply via email to