···11diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
22+index 1afe9fc858..05dd7c3a90 100644
23--- a/Documentation/git-send-email.txt
34+++ b/Documentation/git-send-email.txt
44-@@ -208,8 +208,7 @@ a password is obtained using 'git-credential'.
55+@@ -215,8 +215,7 @@ a password is obtained using 'git-credential'.
56 specify a full pathname of a sendmail-like program instead;
67 the program must support the `-i` option. Default value can
78 be specified by the `sendemail.smtpServer` configuration
···910- `/usr/sbin`, `/usr/lib` and $PATH if such program is
1011+ option; the built-in default is to search in $PATH if such program is
1112 available, falling back to `localhost` otherwise.
1212-1313+1314 --smtp-server-port=<port>::
1415diff --git a/git-send-email.perl b/git-send-email.perl
1616+index 8eb63b5a2f..74a61d8213 100755
1517--- a/git-send-email.perl
1618+++ b/git-send-email.perl
1717-@@ -944,8 +944,7 @@ if (defined $reply_to) {
1919+@@ -956,8 +956,7 @@ sub expand_one_alias {
1820 }
1919-2121+2022 if (!defined $smtp_server) {
2123- my @sendmail_paths = qw( /usr/sbin/sendmail /usr/lib/sendmail );
2224- push @sendmail_paths, map {"$_/sendmail"} split /:/, $ENV{PATH};