Git fork

Merge branch 'ag/doc-sendmail-gmail-example-update' into maint-2.51

Doc update.

* ag/doc-sendmail-gmail-example-update:
docs: update sendmail docs to use more secure SMTP server for Gmail

+4 -4
+4 -4
Documentation/git-send-email.adoc
··· 521 521 522 522 ---- 523 523 [sendemail] 524 - smtpEncryption = tls 524 + smtpEncryption = ssl 525 525 smtpServer = smtp.gmail.com 526 526 smtpUser = yourname@gmail.com 527 - smtpServerPort = 587 527 + smtpServerPort = 465 528 528 ---- 529 529 530 530 Gmail does not allow using your regular password for `git send-email`. ··· 542 542 543 543 ---- 544 544 [sendemail] 545 - smtpEncryption = tls 545 + smtpEncryption = ssl 546 546 smtpServer = smtp.gmail.com 547 547 smtpUser = yourname@gmail.com 548 - smtpServerPort = 587 548 + smtpServerPort = 465 549 549 smtpAuth = OAUTHBEARER 550 550 ---- 551 551