doc/hgrc.5.txt
changeset 2680 d071a9cc2f94
parent 2678 a781df9b5faa
child 2691 accadcb4e4b5
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