On Sat, May 15, 2010 at 09:43, Xavier Chantry <[email protected]> wrote:
> I don't get it, from the point of view of smtp, there is just a user
> and password, so just use the +arch one as user.
I've tried that in my .gitconofig, and it still sends as daenyth@
> About the password, where do you want to store it ? If you don't want
> to store it, you don't have to.
Wow, I didn't realize that, Last time I set up msmtp the wiki said you
had to store the password in the config file. I'll look into this
again.
> Can you show us how exactly you configured git smtp client and/or
> other smtp clients you tried ?
>
.gitcoonfig:
[sendemail]
smtpencryption = tls
smtpserver = smtp.gmail.com
smtpuser = [email protected]
smtpserverport = 587
chainreplyto = false
Sending email works, it's sending from the +arch bit that fails.
On Sat, May 15, 2010 at 09:31, Loui Chang <[email protected]> wrote:
> You must be doing something wrong. I don't think `git send-email` sends
> attachments. I use esmtp to send mail from my gmail address and I have
> no problems there.
It doesn't send attachments, I'm doing that by hand at the moment
since forwarding the copy send-email gives me ruins the
whitespace/encoding.
On Sat, May 15, 2010 at 09:40, Loui Chang <[email protected]> wrote:
> Hah. You're making things too hard on yourself. You're going to need to
> yield somewhere to get your patches in.
Looking like that's the case. :P