Old, lost function sendHtmlMail() removed, this is now handled by sendEmail() and...
[mailer.git] / inc / modules / admin / what-send_newsletter.php
index 2d9eaef8a6849a218017568102a7574902b902ab..e7b2ca81336527f20f6f05b45703e9d77223d429 100644 (file)
@@ -88,6 +88,8 @@ ORDER BY
 } else {
        // Copy data into constants for the template and load it
        $content['datestamp'] = generateDateTime(time(), 3);
+
+       // Extension html_mail installed?
        if (isExtensionActive('html_mail')) {
                // Load template with HTML mode
                loadTemplate('admin_newsletter', false, $content);