{# /** * @file * Sample template for HTML Mail test messages. */ #}

HTML Mail test message

{{ message.body }}
{% if debug %}

To customize this test message:

    {% if not theme %}
  1. Visit admin/config/system/htmlmail and select a theme to hold your custom email template files.

  2. {% elseif not theme_path %}
  3. Visit admin/appearance to enable your selected {{ theme|capitalize }} theme.

  4. {% endif %} {% set themeTemplate = "%s/%s"|format(theme_path, message_template) %} {% if _self.getTemplateName() == themeTemplate %}
  5. Copy the htmlmail--htmlmail.tpl.php file to your {{ theme|capitalize }} theme directory {{ theme_path }}.

  6. {% endif %}
  7. Edit the copied file.

{% endif %}