[chirp_devel] "hg email tip" error
Tom Hayward
Tue May 24 20:30:21 PDT 2016
On Tue, May 24, 2016 at 7:28 PM, Jim Unroe via chirp_devel
<chirp_devel at intrepid.danplanet.com> wrote:
> I just tried to submit a patch and got the following error.
>
> abort: (535, '5.7.8 Username and Password not accepted. Learn more at\n5.7.8 ht
> tps://support.google.com/mail/answer/14257 q19sm2047723itc.18 - gsmtp')
>
>
> I believe that this is due to me changing my password to gmail
> recently. I thought I had notes from when I originally setup
> mercurial, but I can seem to locate them. Google has been no help so
> far.
>
> Any ideas? Thanks.
Jim,
My config for hg email and Gmail looks like this. Hope this helps.
[email]
from = Tom Hayward <esarfl at gmail.com>
method = smtp
[smtp]
host = smtp.gmail.com
port = 587
username = esarfl at gmail.com
password = xxxxxxxxxxxx
tls = True
I also have a distinct app password set up for hg email so it doesn't
use my main Google account password (or require 2-factor auth). You
can set those up here, if you want:
https://security.google.com/settings/security/apppasswords?pli=1
Tom KD7LXL
More information about the chirp_devel
mailing list