Viewing File: /usr/local/cpanel/etc/icontact_templates/Check/PopBeforeSMTPEnabled.html.tmpl

[%#
Variables passed in:

popbeforesmtp_tweaksetting_url - The url to disable popbeforesmtp

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';

   NOTICE.email_reason = CPANEL.locale.maketext('The server has [output,abbr,POP3,Post Office Protocol 3] before [output,abbr,SMTP,Simple Mail Transfer Protocol] enabled.');

-%]
    <p>
      [% CPANEL.locale.maketext('For security reasons, [asis,cPanel] highly recommends that you disable this functionality.') %]
      [% CPANEL.locale.maketext('For more information, see: [output,url,_1,_1,target,_2]', 'https://en.wikipedia.org/wiki/POP_before_SMTP','_blank'); %]
    </p>

    <p>
      [% CPANEL.locale.maketext('You can disable [output,abbr,POP3,Post Office Protocol 3] before [output,abbr,SMTP,Simple Mail Transfer Protocol] in [asis,WHM]’s “[_1]” interface:', CPANEL.locale.maketext('Tweak Settings')) %]
      <a href="[% NOTICE.popbeforesmtp_tweaksetting_url %]">[% NOTICE.popbeforesmtp_tweaksetting_url %]</a>
    </p>
[%

END;

 %]
Back to Directory File Manager