Not a developer? Go to MovableType.com

Documentation

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.

Allowed Values

  • 0: do not use SMTP Authentication.
  • 1: use SMTP Authentication
  • ssl: 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

Examples

SMTPAuth ssl

Back