Usage

Mailer has a command-line interface that is used for running the application and managing system services. It also has a web interface that is used to manage SMTP configurations and email templates, and to view the email log. The log keeps track of every email that is sent, and also records failed API calls, along with the error message that caused the failure.

    <li>
        <span class="uk-text-large"><a href="/mailer/usage/cli/">Command Line</a></span>
        <br>
        <span class="uk-text-meta">Using the Mailer command-line interface</span>
    </li>

    <li>
        <span class="uk-text-large"><a href="/mailer/usage/web/">Web Interface</a></span>
        <br>
        <span class="uk-text-meta">Using the Mailer web interface</span>
    </li>

    <li>
        <span class="uk-text-large"><a href="/mailer/usage/api/">REST API</a></span>
        <br>
        <span class="uk-text-meta">Using the Mailer API to send emails</span>
    </li>