doc/hgrc.5.txt
changeset 2691 accadcb4e4b5
parent 2680 d071a9cc2f94
child 2841 619f1c65384c
equal deleted inserted replaced
2690:e9ecc45795e8 2691:accadcb4e4b5
   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