SMTPAuth
This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi
, to customize the behavior of the system.
If 1
is given, MT will attempt to use the SMTP Auth. If starttls
is given, MT will attempt to use the SMTP with TLS. If ssl
is given, MT will attempt to use the SMTP with SSL.
Values
0
: do not use SMTP Authentication.1
: use SMTP Authenticationssl
: use SMTP Authentication. MT will attempt to use the SMTP with SSL.starttls
: use SMTP Authentication. MT will attempt to use the SMTP with STARTTLS.
Default
0
Example
SMTPAuth ssl