##// END OF EJS Templates
doc: clarify smtp.password usage
Anthony Foiani -
r12384:ffcceca7 stable
parent child Browse files
Show More
@@ -699,13 +699,12 b' Configuration for extensions that need t'
699 699 Optional. Whether to connect to mail server using TLS. True or
700 700 False. Default: False.
701 701 ``username``
702 Optional. User name to authenticate to SMTP server with. If
703 username is specified, password must also be specified.
702 Optional. User name for authenticating with the SMTP server.
704 703 Default: none.
705 704 ``password``
706 Optional. Password to authenticate to SMTP server with. If
707 username is specified, password must also be specified.
708 Default: none.
705 Optional. Password for authenticating with the SMTP server. If not
706 specified, interactive sessions will prompt the user for a
707 password; non-interactive sessions will fail. Default: none.
709 708 ``local_hostname``
710 709 Optional. It's the hostname that the sender can use to identify
711 710 itself to the MTA.
General Comments 0
You need to be logged in to leave comments. Login now