comparison doc/hgrc.5.txt @ 2701:f12d2e5b97fe

Merged backout head.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 27 Jul 2006 18:53:31 +0200
parents accadcb4e4b5
children 619f1c65384c
comparison
equal deleted inserted replaced
2700:de8dc25a3eeb 2701:f12d2e5b97fe
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;; 141 to;;
142 Optional. Email address(es) of recipient(s). 142 Optional. Comma-separated list of recipients' email addresses.
143 cc;; 143 cc;;
144 Optional. Email address(es) to send carbon copies to. 144 Optional. Comma-separated list of carbon copy recipients'
145 email addresses.
145 bcc;; 146 bcc;;
146 Optional. Email address(es) to send blind carbon copies to. 147 Optional. Comma-separated list of blind carbon copy
147 Cannot be set interactively. 148 recipients' email addresses. Cannot be set interactively.
148 method;; 149 method;;
149 Optional. Method to use to send email messages. If value is 150 Optional. Method to use to send email messages. If value is
150 "smtp" (default), use SMTP (see section "[smtp]" for 151 "smtp" (default), use SMTP (see section "[smtp]" for
151 configuration). Otherwise, use as name of program to run that 152 configuration). Otherwise, use as name of program to run that
152 acts like sendmail (takes "-f" option for sender, list of 153 acts like sendmail (takes "-f" option for sender, list of