[%# Variables passed in: origin - the system component from which the notification was requested. invalid_domains - nested hash of resellers, users, and their invalid domains 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"; SET code_block_width = content_width - 20; WRAPPER 'wrapper/main.html.tmpl'; NOTICE.email_reason = CPANEL.locale.maketext('The system has detected invalid domains.'); %]

[% CPANEL.locale.maketext('Below is a list of invalid domains, organized by owner and then by individual user.') %]

[% FOREACH owner IN NOTICE.invalid_domains.keys.sort; %] [% FOREACH user IN NOTICE.invalid_domains.$owner.keys.sort %] [% IF loop.first %] [% END %] [% END %] [% END %]
[%- CPANEL.locale.maketext('Owner:') -%] [%- CPANEL.locale.maketext('User:') -%] [%- CPANEL.locale.maketext('Invalid Domain(s):') -%]
[%- owner -%] [% user %] [% FOREACH domain IN NOTICE.invalid_domains.$owner.$user %] [% domain %]
[% END %]

[% CPANEL.locale.maketext('Invalid domains may adversely affect the [output,abbr,HTTP,Hypertext Transfer Protocol], [output,abbr,DNS,Domain Name System], and mail services.') %]

[% CPANEL.locale.maketext('You can remove these domains with the [asis,cPanel] or [asis,WHM] interfaces.') %]

[% END %]