Not a developer? Go to MovableType.com

Documentation

SMTPPassword

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.

<div class="section" id="SMTPPassword">

    <div class="section">
        <p>The password for authenticating your SMTP server. Required for the SMTP Authentication feature.</p>
    </div>

    <div class="section">
        <h3>Examples</h3>
        <pre>SMTPPassword password</pre>
    </div>

    <div class="section">
        <h3>Default Value</h3>
        <p>none</p>
    </div>

</div>
Back