Viewing File: /usr/local/cpanel/etc/icontact_templates/NSD/BadZones.html.tmpl

[%#
Variables passed in:

email_reason  - The reason for the email
hostname      - The hostname of the server
url_host      - The ssl name for WHM login
corrupt_zones - An arrayref of the corrupted zones

For more information about how to customize notification templates, read our documentation at https://go.cpanel.net/notificationtemplates

-%]

[%
    PROCESS "include/colors.tmpl";
    PROCESS "include/styles.tmpl";
    WRAPPER 'wrapper/main.html.tmpl';
    PROCESS "include/code_standout.tmpl";

    NOTICE.email_reason = CPANEL.locale.maketext('Corrupt [output,abbr,DNS,Domain Name System] zone files detected on: [_1]', NOTICE.hostname);

%]

  [% PROCESS "NSD/includes/BadZones.body.html.tmpl" %]

[% END %]
Back to Directory File Manager