Mercurial > hg
comparison doc/hgrc.5.txt @ 2678:a781df9b5faa
fix reference to "smtp" section
documentation for "method" has reference to "mail" section.
"mail" section doesn't exist, changed to "smtp".
author | Christian Ebert <blacktrash@gmx.net> |
---|---|
date | Wed, 26 Jul 2006 15:21:20 +0200 |
parents | 109a22f5434a |
children | d071a9cc2f94 |
comparison
equal
deleted
inserted
replaced
2677:ec05ce9cbf47 | 2678:a781df9b5faa |
---|---|
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 method;; | 141 method;; |
142 Optional. Method to use to send email messages. If value is | 142 Optional. Method to use to send email messages. If value is |
143 "smtp" (default), use SMTP (see section "[mail]" for | 143 "smtp" (default), use SMTP (see section "[smtp]" for |
144 configuration). Otherwise, use as name of program to run that | 144 configuration). Otherwise, use as name of program to run that |
145 acts like sendmail (takes "-f" option for sender, list of | 145 acts like sendmail (takes "-f" option for sender, list of |
146 recipients on command line, message on stdin). Normally, setting | 146 recipients on command line, message on stdin). Normally, setting |
147 this to "sendmail" or "/usr/sbin/sendmail" is enough to use | 147 this to "sendmail" or "/usr/sbin/sendmail" is enough to use |
148 sendmail to send messages. | 148 sendmail to send messages. |