Merge branch 'jw/send-email-update-gmail-insn'

Doc update to drop use of deprecated app-specific password against
gmail.

* jw/send-email-update-gmail-insn:
  send-email docs: Remove mention of discontinued gmail feature
maint
Junio C Hamano 2023-05-09 16:45:46 -07:00
commit 53b29442a8
1 changed files with 2 additions and 6 deletions

View File

@ -484,14 +484,10 @@ edit ~/.gitconfig to specify your account settings:
smtpServerPort = 587
----

If you have multi-factor authentication set up on your Gmail account, you will
need to generate an app-specific password for use with 'git send-email'. Visit
If you have multi-factor authentication set up on your Gmail account, you can
generate an app-specific password for use with 'git send-email'. Visit
https://security.google.com/settings/security/apppasswords to create it.

If you do not have multi-factor authentication set up on your Gmail account,
you will need to allow less secure app access. Visit
https://myaccount.google.com/lesssecureapps to enable it.

Once your commits are ready to be sent to the mailing list, run the
following commands: