Merge branch 'po/sendemail' · wolfpython/git@a7b60f0 · GitHub
Skip to content

Commit a7b60f0

Browse files
committed
Merge branch 'po/sendemail'
* po/sendemail: New send-email option smtpserveroption. Remove @smtp_host_parts variable as not used. Minor indentation fix.
2 parents acbaf54 + 052fbea commit a7b60f0

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

Documentation/config.txt

Lines changed: 1 addition & 0 deletions

Documentation/git-send-email.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,15 @@ user is prompted for a password while the input is masked for privacy.
165165
are also accepted. The port can also be set with the
166166
'sendemail.smtpserverport' configuration variable.
167167

168+
--smtp-server-option=<option>::
169+
If set, specifies the outgoing SMTP server option to use.
170+
Default value can be specified by the 'sendemail.smtpserveroption'
171+
configuration option.
172+
+
173+
The --smtp-server-option option must be repeated for each option you want
174+
to pass to the server. Likewise, different lines in the configuration files
175+
must be used for each option.
176+
168177
--smtp-ssl::
169178
Legacy alias for '--smtp-encryption ssl'.
170179

git-send-email.perl

Lines changed: 9 additions & 3 deletions

0 commit comments

Comments
 (0)