doc/hgrc.5.txt
changeset 2841 619f1c65384c
parent 2691 accadcb4e4b5
child 2971 63c3a1921a67
equal deleted inserted replaced
2840:474adc2bc5f7 2841:619f1c65384c
   304     Optional.  User name to authenticate with at the proxy server.
   304     Optional.  User name to authenticate with at the proxy server.
   305 
   305 
   306 smtp::
   306 smtp::
   307   Configuration for extensions that need to send email messages.
   307   Configuration for extensions that need to send email messages.
   308   host;;
   308   host;;
   309     Optional.  Host name of mail server.  Default: "mail".
   309     Host name of mail server, e.g. "mail.example.com".
   310   port;;
   310   port;;
   311     Optional.  Port to connect to on mail server.  Default: 25.
   311     Optional.  Port to connect to on mail server.  Default: 25.
   312   tls;;
   312   tls;;
   313     Optional.  Whether to connect to mail server using TLS.  True or
   313     Optional.  Whether to connect to mail server using TLS.  True or
   314     False.  Default: False.
   314     False.  Default: False.