comparison doc/hgrc.5.txt @ 2680:d071a9cc2f94

added documentation for to, cc, and bcc addressing
author Christian Ebert <blacktrash@gmx.net>
date Wed, 26 Jul 2006 14:42:17 +0200
parents a781df9b5faa
children accadcb4e4b5
comparison
equal deleted inserted replaced
2679:f1de91be1d87 2680:d071a9cc2f94
136 email:: 136 email::
137 Settings for extensions that send email messages. 137 Settings for extensions that send email messages.
138 from;; 138 from;;
139 Optional. Email address to use in "From" header and SMTP envelope 139 Optional. Email address to use in "From" header and SMTP envelope
140 of outgoing messages. 140 of outgoing messages.
141 to;;
142 Optional. Email address(es) of recipient(s).
143 cc;;
144 Optional. Email address(es) to send carbon copies to.
145 bcc;;
146 Optional. Email address(es) to send blind carbon copies to.
147 Cannot be set interactively.
141 method;; 148 method;;
142 Optional. Method to use to send email messages. If value is 149 Optional. Method to use to send email messages. If value is
143 "smtp" (default), use SMTP (see section "[smtp]" for 150 "smtp" (default), use SMTP (see section "[smtp]" for
144 configuration). Otherwise, use as name of program to run that 151 configuration). Otherwise, use as name of program to run that
145 acts like sendmail (takes "-f" option for sender, list of 152 acts like sendmail (takes "-f" option for sender, list of