From 6852289a58fb24f342ba02d0f2ad93cf1a2fb8fb Mon Sep 17 00:00:00 2001
From: Junio C Hamano
+ A configuration identity. When given, causes values in the + sendemail.<identity> subsection to take precedence over + values in the sendemail section. The default identity is + the value of sendemail.identity. +
++ Username and password for SMTP-AUTH. Defaults are the values of + the configuration values sendemail.smtpuser and + sendemail.smtppass, but see also sendemail.identity. + If not set, authentication is not attempted. +
++ If set, connects to the SMTP server using SSL. + Default is the value of the sendemail.smtpssl configuration value; + if that is unspecified, does not use SSL. +
++ The default configuration identity. When specified, + sendemail.<identity>.<item> will have higher precedence than + sendemail.<item>. This is useful to declare multiple SMTP + identities and to hoist sensitive authentication information + out of the repository and into the global configuation file. +
+- Default smtp server to use. + Default SMTP server to use. +
++ Default SMTP-AUTH username. +
++ Default SMTP-AUTH password. +
++ Boolean value specifying the default to the --smtp-ssl parameter.