comparison doc/hgrc.5.txt @ 3044:fcadf7a32425

Merge with mpm
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Sun, 03 Sep 2006 06:06:02 -0400
parents 619f1c65384c
children 63c3a1921a67
comparison
equal deleted inserted replaced
3043:2a4d4aecb2b4 3044:fcadf7a32425
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
303 Optional. User name to authenticate with at the proxy server. 304 Optional. User name to authenticate with at the proxy server.
304 305
305 smtp:: 306 smtp::
306 Configuration for extensions that need to send email messages. 307 Configuration for extensions that need to send email messages.
307 host;; 308 host;;
308 Optional. Host name of mail server. Default: "mail". 309 Host name of mail server, e.g. "mail.example.com".
309 port;; 310 port;;
310 Optional. Port to connect to on mail server. Default: 25. 311 Optional. Port to connect to on mail server. Default: 25.
311 tls;; 312 tls;;
312 Optional. Whether to connect to mail server using TLS. True or 313 Optional. Whether to connect to mail server using TLS. True or
313 False. Default: False. 314 False. Default: False.