]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/config/sendemail.txt
test_cmp: diagnose incorrect arguments
[thirdparty/git.git] / Documentation / config / sendemail.txt
CommitLineData
701137ee
NTND
1sendemail.identity::
2 A configuration identity. When given, causes values in the
3 'sendemail.<identity>' subsection to take precedence over
4 values in the 'sendemail' section. The default identity is
5 the value of `sendemail.identity`.
6
7sendemail.smtpEncryption::
8 See linkgit:git-send-email[1] for description. Note that this
9 setting is not subject to the 'identity' mechanism.
10
11sendemail.smtpssl (deprecated)::
12 Deprecated alias for 'sendemail.smtpEncryption = ssl'.
13
14sendemail.smtpsslcertpath::
15 Path to ca-certificates (either a directory or a single file).
16 Set it to an empty string to disable certificate verification.
17
18sendemail.<identity>.*::
19 Identity-specific versions of the 'sendemail.*' parameters
20 found below, taking precedence over those when this
21 identity is selected, through either the command-line or
22 `sendemail.identity`.
23
24sendemail.aliasesFile::
25sendemail.aliasFileType::
26sendemail.annotate::
27sendemail.bcc::
28sendemail.cc::
29sendemail.ccCmd::
30sendemail.chainReplyTo::
31sendemail.confirm::
32sendemail.envelopeSender::
33sendemail.from::
34sendemail.multiEdit::
35sendemail.signedoffbycc::
36sendemail.smtpPass::
37sendemail.suppresscc::
38sendemail.suppressFrom::
39sendemail.to::
40sendemail.tocmd::
41sendemail.smtpDomain::
42sendemail.smtpServer::
43sendemail.smtpServerPort::
44sendemail.smtpServerOption::
45sendemail.smtpUser::
46sendemail.thread::
47sendemail.transferEncoding::
48sendemail.validate::
49sendemail.xmailer::
50 See linkgit:git-send-email[1] for description.
51
52sendemail.signedoffcc (deprecated)::
53 Deprecated alias for `sendemail.signedoffbycc`.
54
55sendemail.smtpBatchSize::
56 Number of messages to be sent per connection, after that a relogin
57 will happen. If the value is 0 or undefined, send all messages in
58 one connection.
59 See also the `--batch-size` option of linkgit:git-send-email[1].
60
61sendemail.smtpReloginDelay::
62 Seconds wait before reconnecting to smtp server.
63 See also the `--relogin-delay` option of linkgit:git-send-email[1].