Re: git send-email and gmail smtp

2024-04-17 Thread Konstantin Ryabitsev
On Wed, Apr 17, 2024 at 10:30:56AM -0600, jim.cro...@gmail.com wrote:
> so I tried to submit a patchset via sendemail,
> and ran aground on authorization.
> 
> its been a while since I sent from this computer,
> laptop power cord is cut :-(
> but failure wording is ambiguous
> 
> 5.7.8 Username and Password not accepted. For more information, go to
> 5.7.8  https://support.google.com/mail/?p=BadCredentials
> j15-20020a0566022ccf00b007d6905cc017sm3758492iow.4 - gsmtp
> 
> Essentially, google is changing policy,
> and 2FA is coming (or just arrived)
> 
> is there a well-travelled path to work around this issue?

You can still use app passwords with gmail, you just have to set 2FA on 
your account. There are guides on the net how to do that.

Alternatively, you can also use the web submission endpoint with b4 -- 
documentation is available here:

https://b4.docs.kernel.org/en/latest/contributor/overview.html

-K

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: git send-email and gmail smtp

2024-04-17 Thread Siddh Raman Pant
On Wed, 17 Apr 2024 22:00:56 +0530, Jim Cromie wrote:
> so I tried to submit a patchset via sendemail,
> and ran aground on authorization.
> 
> its been a while since I sent from this computer,
> laptop power cord is cut :-(
> but failure wording is ambiguous
> 
> 5.7.8 Username and Password not accepted. For more information, go to
> 5.7.8  https://support.google.com/mail/?p=BadCredentials
> j15-20020a0566022ccf00b007d6905cc017sm3758492iow.4 - gsmtp
> 
> Essentially, google is changing policy,
> and 2FA is coming (or just arrived)
> 
> is there a well-travelled path to work around this issue?
> 
> something like ssh-key-agent ?

You can use app-passwords and store them in a keyring.

https://support.google.com/accounts/answer/185833?hl=en

Thanks,
Siddh

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: git send-email and gmail smtp

2024-04-17 Thread Ezra Buehler
Hi,

> On 17 Apr 2024, at 18:34, jim.cro...@gmail.com wrote:
> 
> so I tried to submit a patchset via sendemail,
> and ran aground on authorization.
> 
> its been a while since I sent from this computer,
> laptop power cord is cut :-(
> but failure wording is ambiguous
> 
> 5.7.8 Username and Password not accepted. For more information, go to
> 5.7.8  https://support.google.com/mail/?p=BadCredentials
> j15-20020a0566022ccf00b007d6905cc017sm3758492iow.4 - gsmtp
> 
> Essentially, google is changing policy,
> and 2FA is coming (or just arrived)
> 
> is there a well-travelled path to work around this issue?

Maybe this site will be of help to you: https://git-send-email.io/

Cheers,
Ezra
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: git send-email

2017-02-11 Thread Vlad Dogaru
Hi Tobin,

You are right, this is just a matter of how mutt displays messages that you
sent. The "To" is hard-coded before the destination as a visual cue. When
in doubt, you can always use "h" in message view to see the full headers.

Regards,
Vlad

On Sun, Feb 12, 2017, 9:05 AM Tobin Harding  wrote:

> As the behaviour I am questioning has displayed itself with the
> original message, this must not have anything to do with `git
> send-email` but rather must be a mutt thing.
>
> Any ideas most appreciated but I realize now this is probably not the
> correct place to ask.
>
> Thanks for your time anyways, apologies for the noise.
>
> thanks,
> Tobin.
>
> ___
> Kernelnewbies mailing list
> Kernelnewbies@kernelnewbies.org
> https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: git send-email

2016-05-22 Thread Daniel Baluta
On Sun, May 22, 2016 at 2:29 PM, Tobin Harding  wrote:
> Workflow -
>
> $ git format-patch -s -1
>
> add patch comment then
>
> $ git send-email
>
> Question please -
>
> Who should the email be sent to without having a 'To' address repeated in the 
> CC
> field generated by `git send-email`.
>
> To rephrase the question: git send-email CC's everyone who may be interested
> according to get_maintainers.pl. Will I annoy people if I address them in the 
> To
> field as well as the CC field.

I usually add only the maintainer and the mailing list as To: and the
rest in Cc.

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies