[% USE EximLocalOpts; USE JSON; USE Master; USE CPBranding; SET APP_KEY = "email_deliverability"; SET CPANEL.CPVAR.dprefix = "../"; SET page_styles_list = [ 'email_deliverability/index.css']; SET embeded_styles_list = []; SET zone_editor = CPBranding.get_application_from_available_applications(varcache.available_applications, "zone_editor"); IF zone_editor; SET zone_editor_url = CPANEL.CPVAR.dprefix _ zone_editor.url _ "#/manage/"; END; IF !CPANEL.ua_is_mobile; embeded_styles_list.push("css/angular-chosen-spinner.css"); page_styles_list.push("libraries/chosen/1.5.1/chosen.min.css"); END; SET view_templates = []; -%] [% js_code = PROCESS js_block %] [% WRAPPER '_assets/master.html.tt' app_key = APP_KEY feature = 'emailauth' page_js = js_code include_legacy_stylesheets = 0 include_legacy_scripts = 0 include_cjt = 0 use_master_bootstrap = 0 focus_feature_search = 0 page_stylesheets = page_styles_list embed_stylesheets = embeded_styles_list show_breadcrumb = 1 -%]
[% locale.maketext("Use this interface to reduce the number of emails sent from this server that end up in spam folders. For more information, read our [output,url,_1,Email Deliverability,target,_blank] documentation.", 'https://go.cpanel.net/EmailDeliverabilityincPanel') %]