{"id":25058,"date":"2024-10-22T20:47:42","date_gmt":"2024-10-22T20:47:42","guid":{"rendered":"https:\/\/mailprovider.com\/verificateur-denregistrements-mx\/"},"modified":"2024-11-11T11:55:44","modified_gmt":"2024-11-11T11:55:44","slug":"verificateur-denregistrements-mx","status":"publish","type":"page","link":"https:\/\/mailprovider.com\/fr\/verificateur-denregistrements-mx\/","title":{"rendered":"V\u00e9rificateur d&#8217;enregistrements Mx"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"25058\" class=\"elementor elementor-25058 elementor-23415\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6fed1ef1 e-flex e-con-boxed e-con e-parent\" data-id=\"6fed1ef1\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;ekit_section_parallax_bg&quot;:&quot;yes&quot;,&quot;ekit_section_parallax_bg_speed&quot;:0.8}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-478fde4a e-con-full e-flex e-con e-child\" data-id=\"478fde4a\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-aee9ee6 e-con-full e-flex e-con e-child\" data-id=\"aee9ee6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-19a8a3f animated-fast elementor-invisible elementor-widget elementor-widget-elementskit-heading\" data-id=\"19a8a3f\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;ekit_we_effect_on&quot;:&quot;css&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_center   ekit_heading_tablet-   ekit_heading_mobile-text_left\"><h6 class=\"elementskit-section-subtitle  \">\n\t\t\t\t\t\tRestez connect\u00e9 pour avoir un impact\n\t\t\t\t\t<\/h6><h2 class=\"ekit-heading--title elementskit-section-title \">V\u00e9rificateur d'enregistrements MX<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-771781f5 e-con-full e-flex e-con e-child\" data-id=\"771781f5\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-55e5e32b elementor-widget elementor-widget-html\" data-id=\"55e5e32b\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n    <style>\n\n        input[type=\"text\"] {\n            width: 300px;\n            padding: 10px;\n            margin-bottom: 10px;\n        }\n        button {\n            padding: 10px 15px;\n        }\n        table {\n            width: 100%;\n            border-collapse: collapse;\n            margin-top: 20px;\n            background-color: white; \/* Set table background to white *\/\n        }\n        th, td {\n            border: 1px solid #ddd;\n            padding: 8px;\n            text-align: left;\n        }\n        th {\n            background-color: #f2f2f2;\n        }\n        .error {\n            color: red;\n        }\n    <\/style>\n\n<input type=\"text\" id=\"domain\" placeholder=\"Entrez le domaine (par exemple, exemple.com)\">\n<button id=\"checkButton\">V\u00e9rifier les enregistrements MX<\/button>\n<div id=\"errorMessage\" class=\"error\"><\/div>\n<table id=\"mxTable\" style=\"display:none;\">\n    <thead>\n        <tr>\n            <th>Priorit\u00e9<\/th><th>Serveur de messagerie<\/th>\n        <\/tr>\n    <\/thead>\n    <tbody id=\"mxRecords\"><\/tbody>\n<\/table>\n\n<script>\n    document.getElementById('checkButton').addEventListener('click', async () => {\n        const domainInput = document.getElementById('domain').value.trim();\n        const errorMessage = document.getElementById('errorMessage');\n        const mxTable = document.getElementById('mxTable');\n        const mxRecords = document.getElementById('mxRecords');\n\n        \/\/ Clear previous results\n        errorMessage.textContent = '';\n        mxRecords.innerHTML = '';\n        mxTable.style.display = 'none';\n\n        \/\/ Normalize domain input\n        const domain = domainInput.replace(\/^(https?:\\\/\\\/)?(www\\.)?\/, '');\n        \n        if (!domain) {\n            errorMessage.textContent = 'Please enter a valid domain.';\n            return;\n        }\n\n        try {\n            const response = await fetch(`https:\/\/dns.google\/resolve?name=${domain}&type=MX`);\n            const data = await response.json();\n\n            if (data.Answer) {\n                data.Answer.forEach(record => {\n                    const row = document.createElement('tr');\n                    \n                    \/\/ Extracting priority and mail server\n                    const parts = record.data.split(' '); \/\/ Split the response string\n                    const priority = parts[0]; \/\/ The priority is the first part\n                    const mailServer = parts.slice(1).join(' '); \/\/ Join the rest as mail server\n                    \n                    \/\/ Insert the priority and mail server into their respective columns\n                    row.innerHTML = `<td>${priority}<\/td><td>${mailServer}<\/td>`;\n                    mxRecords.appendChild(row);\n                });\n                mxTable.style.display = 'table';\n            } else {\n                errorMessage.textContent = 'No MX records found.';\n            }\n        } catch (error) {\n            errorMessage.textContent = 'Error fetching MX records. Please try again.';\n            console.error(error);\n        }\n    });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-13bdcc80 e-con-full e-flex e-con e-child\" data-id=\"13bdcc80\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-b7e509d animated-fast e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"b7e509d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:100}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b23af7c elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2b23af7c\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"icon icon-calendar1\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b80aed0 animated-fast elementor-invisible elementor-widget elementor-widget-elementskit-heading\" data-id=\"6b80aed0\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100,&quot;ekit_we_effect_on&quot;:&quot;css&quot;}\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_center   ekit_heading_tablet-   ekit_heading_mobile-\"><h4 class=\"ekit-heading--title elementskit-section-title \">Un soutien de qualit\u00e9<\/h4>\t\t\t\t<div class='ekit-heading__description'>\n\t\t\t\t\t<p>L'\u00e9quipe d'assistance d\u00e9di\u00e9e de MailProvider est disponible 24 heures sur 24 et 7 jours sur 7, ce qui vous permet de ne jamais perdre le fil.<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1fd34067 animated-fast e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"1fd34067\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:100}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-653a3c89 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"653a3c89\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"icon icon-users2\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21427880 animated-fast elementor-invisible elementor-widget elementor-widget-elementskit-heading\" data-id=\"21427880\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100,&quot;ekit_we_effect_on&quot;:&quot;css&quot;}\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_center   ekit_heading_tablet-   ekit_heading_mobile-\"><h4 class=\"ekit-heading--title elementskit-section-title \">H\u00e9berg\u00e9 au Luxembourg<\/h4>\t\t\t\t<div class='ekit-heading__description'>\n\t\t\t\t\t<p>MailProvider utilise des mesures de s\u00e9curit\u00e9 avanc\u00e9es pour prot\u00e9ger vos comptes contre toute menace ou attaque potentielle.<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-37e3a3ec animated-fast e-flex e-con-boxed elementor-invisible e-con e-child\" data-id=\"37e3a3ec\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:300}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e41313f elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"6e41313f\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"icon icon-Safe-house\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-31b2d3c8 animated-fast elementor-invisible elementor-widget elementor-widget-elementskit-heading\" data-id=\"31b2d3c8\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100,&quot;ekit_we_effect_on&quot;:&quot;css&quot;}\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_center   ekit_heading_tablet-   ekit_heading_mobile-\"><h4 class=\"ekit-heading--title elementskit-section-title \">Livraison garantie du courrier \u00e9lectronique<\/h4>\t\t\t\t<div class='ekit-heading__description'>\n\t\t\t\t\t<p>Gr\u00e2ce \u00e0 la r\u00e9putation IP irr\u00e9prochable de MailProvider, vos courriels sont assur\u00e9s d'atteindre leur destination en toute transparence.<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-663a6813 e-flex e-con-boxed e-con e-parent\" data-id=\"663a6813\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1d4245b4 e-con-full e-flex e-con e-child\" data-id=\"1d4245b4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-40be15a3 elementor-widget__width-inherit animated-fast elementor-invisible elementor-widget elementor-widget-image\" data-id=\"40be15a3\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"600\" height=\"750\" src=\"https:\/\/mailprovider.com\/wp-content\/uploads\/2024\/11\/mx-record-checker.png\" class=\"attachment-full size-full wp-image-26391\" alt=\"\" srcset=\"https:\/\/mailprovider.com\/wp-content\/uploads\/2024\/11\/mx-record-checker.png 600w, https:\/\/mailprovider.com\/wp-content\/uploads\/2024\/11\/mx-record-checker-240x300.png 240w\" sizes=\"(max-width: 600px) 100vw, 600px\" title=\"\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6fc2c067 elementor-widget__width-initial elementor-absolute animated-fast elementor-hidden-tablet elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-image\" data-id=\"6fc2c067\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;ekit_we_effect_on&quot;:&quot;onscroll&quot;,&quot;ekit_we_scroll_animation_value&quot;:-100,&quot;ekit_we_scroll_smoothness&quot;:0,&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:100,&quot;ekit_we_on_test_mode&quot;:&quot;on&quot;,&quot;ekit_we_scroll_animation&quot;:&quot;translateY&quot;,&quot;ekit_we_scroll_offsettop&quot;:0,&quot;ekit_we_scroll_offsetbottom&quot;:0}\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"1024\" height=\"576\" data-src=\"https:\/\/mailprovider.com\/wp-content\/uploads\/2024\/10\/spf-scheme-1024x576-1.png\" class=\"attachment-full size-full wp-image-24746 lazyload\" alt=\"\" data-srcset=\"https:\/\/mailprovider.com\/wp-content\/uploads\/2024\/10\/spf-scheme-1024x576-1.png 1024w, https:\/\/mailprovider.com\/wp-content\/uploads\/2024\/10\/spf-scheme-1024x576-1-300x169.png 300w, https:\/\/mailprovider.com\/wp-content\/uploads\/2024\/10\/spf-scheme-1024x576-1-768x432.png 768w, https:\/\/mailprovider.com\/wp-content\/uploads\/2024\/10\/spf-scheme-1024x576-1-710x399.png 710w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" title=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/576;\">\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-531171ac e-con-full animated-fast elementor-hidden-mobile e-flex elementor-invisible e-con e-child\" data-id=\"531171ac\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;,&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-322874df elementor-invisible elementor-widget elementor-widget-elementskit-heading\" data-id=\"322874df\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;ekit_we_effect_on&quot;:&quot;css&quot;}\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\">\t\t\t\t<div class='ekit-heading__description'>\n\t\t\t\t\t<p>Je me ferai un plaisir de vous aider \u00e0 configurer vos enregistrements SPF selon les normes les plus strictes.<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1137c1e4 elementor-invisible elementor-widget elementor-widget-elementskit-heading\" data-id=\"1137c1e4\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;ekit_we_effect_on&quot;:&quot;css&quot;}\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h5 class=\"ekit-heading--title elementskit-section-title \">Paige Lowery, Support Hero<\/h5><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5d60560f e-con-full e-flex e-con e-child\" data-id=\"5d60560f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-71409de5 elementor-widget elementor-widget-spacer\" data-id=\"71409de5\" data-element_type=\"widget\" data-settings=\"{&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5c37ada2 animated-fast elementor-invisible elementor-widget elementor-widget-elementskit-heading\" data-id=\"5c37ada2\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Qu'est-ce que le MX ?<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a4a234 animated-fast elementor-invisible elementor-widget elementor-widget-elementskit-heading\" data-id=\"6a4a234\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:100,&quot;ekit_we_effect_on&quot;:&quot;css&quot;}\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h4 class=\"ekit-heading--title elementskit-section-title \">Les enregistrements de courrier expliqu\u00e9s<\/h4>\t\t\t\t<div class='ekit-heading__description'>\n\t\t\t\t\t<p>MX est un type d'enregistrement DNS qui permet aux courriels arrivant sur les comptes de messagerie connect\u00e9s \u00e0 votre nom de domaine d'\u00eatre dirig\u00e9s vers le serveur o\u00f9 l'utilisateur est h\u00e9berg\u00e9.<\/p>\n<p>Il peut y avoir plus d'un enregistrement MX. Dans les enregistrements multiples, la priorit\u00e9 est sp\u00e9cifi\u00e9e avec des valeurs telles que 10, 20, etc. <\/p>\n<p>Par exemple, lorsqu'un courrier \u00e9lectronique est envoy\u00e9 \u00e0 un utilisateur, le serveur appartenant \u00e0 l'enregistrement MX avec une priorit\u00e9 de 10 est v\u00e9rifi\u00e9 avant les enregistrements MX appartenant au nom de domaine du compte de courrier \u00e9lectronique concern\u00e9. Si ce serveur n'est pas accessible, l'acc\u00e8s aux serveurs sp\u00e9cifi\u00e9s avec une valeur de 20, etc. est v\u00e9rifi\u00e9. <\/p>\n<p>Ainsi, lorsque le serveur de messagerie ayant une valeur de 10 ne r\u00e9pond pas, les autres serveurs r\u00e9pondent et assurent une communication ininterrompue.<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-44acb756 e-flex e-con-boxed e-con e-parent\" data-id=\"44acb756\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76bf59b animated-fast elementor-invisible elementor-widget elementor-widget-elementskit-heading\" data-id=\"76bf59b\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Quelques-uns de nos autres outils de messagerie gratuits<\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7a87e6af e-flex e-con-boxed e-con e-parent\" data-id=\"7a87e6af\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6f4d9364 e-con-full e-flex e-con e-child\" data-id=\"6f4d9364\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3eb77d63 e-con-full e-flex e-con e-child\" data-id=\"3eb77d63\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f2717b8 animated-fast ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"1f2717b8\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text- icon-lef-right-aligin elementor-animation-   \">\n                        <div class=\"box-body\">\n                            <h4 class=\"elementskit-info-box-title\">\n                    V\u00e9rificateur de FPS                <\/h4>\n                        \t\t  \t<p>SPF Checker est un outil qui v\u00e9rifie si l'enregistrement SPF (Sender Policy Framework) d'un domaine est correctement configur\u00e9 pour emp\u00eacher l'usurpation d'adresse \u00e9lectronique.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal\" href=\"https:\/\/mailprovider.com\/spf-checker\/\">\n                                        Aller \u00e0 SPF Checker                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-714ccbd9 e-con-full e-flex e-con e-child\" data-id=\"714ccbd9\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-30f2997d animated-fast ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"30f2997d\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:100,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text- icon-lef-right-aligin elementor-animation-   \">\n                        <div class=\"box-body\">\n                            <h4 class=\"elementskit-info-box-title\">\n                    Cr\u00e9ateur d&#039;enregistrements SPF                <\/h4>\n                        \t\t  \t<p>SPF Record Creator est un outil qui permet de g\u00e9n\u00e9rer l'enregistrement SPF correct pour un domaine afin d'autoriser des serveurs de messagerie sp\u00e9cifiques \u00e0 envoyer des courriels en son nom.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal\" href=\"https:\/\/mailprovider.com\/spf-record-creator\/\">\n                                        Aller \u00e0 SPF Record Creator                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-56ed2513 e-con-full e-flex e-con e-child\" data-id=\"56ed2513\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5c35626e animated-fast ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"5c35626e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text- icon-lef-right-aligin elementor-animation-   \">\n                        <div class=\"box-body\">\n                            <h4 class=\"elementskit-info-box-title\">\n                    V\u00e9rificateur d&#039;enregistrements Mx                <\/h4>\n                        \t\t  \t<p>MX Record Checker est un outil qui v\u00e9rifie et r\u00e9cup\u00e8re les enregistrements Mail Exchange (MX) d'un domaine afin d'assurer la bonne configuration de la livraison du courrier \u00e9lectronique.  <\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal\" href=\"https:\/\/mailprovider.com\/fr\/verificateur-denregistrements-mx\/\">\n                                        Aller \u00e0 Mx Record Checker                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6518a682 e-con-full e-flex e-con e-child\" data-id=\"6518a682\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1fa23834 e-con-full e-flex e-con e-child\" data-id=\"1fa23834\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-24f05f02 animated-fast ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"24f05f02\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text- icon-lef-right-aligin elementor-animation-   \">\n                        <div class=\"box-body\">\n                            <h4 class=\"elementskit-info-box-title\">\n                    V\u00e9rificateur d&#039;enregistrements DKIM                <\/h4>\n                        \t\t  \t<p>DKIM Record Checker est un outil qui valide la pr\u00e9sence et l'exactitude de l'enregistrement DKIM (DomainKeys Identified Mail) d'un domaine afin de garantir l'authentification et l'int\u00e9grit\u00e9 du courrier \u00e9lectronique.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal\" href=\"https:\/\/mailprovider.com\/fr\/verificateur-denregistrements-dkim\/\">\n                                        Allez \u00e0 DKIM Record Checker (v\u00e9rificateur d&#039;enregistrements DKIM)                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-39293abb e-con-full e-flex e-con e-child\" data-id=\"39293abb\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d912a6f animated-fast ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"6d912a6f\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:100,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text- icon-lef-right-aligin elementor-animation-   \">\n                        <div class=\"box-body\">\n                            <h4 class=\"elementskit-info-box-title\">\n                    V\u00e9rificateur d&#039;enregistrements DMARC                <\/h4>\n                        \t\t  \t<p>Il s'agit d'un outil qui v\u00e9rifie l'existence et la validit\u00e9 de l'enregistrement DMARC (Domain-based Message Authentication, Reporting, and Conformance) d'un domaine afin de garantir l'authentification du courrier \u00e9lectronique et l'application de la politique.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal\" href=\"https:\/\/mailprovider.com\/dmarc-record-checker\/\">\n                                        Aller \u00e0 DMARC Record Checker                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5a987de e-con-full e-flex e-con e-child\" data-id=\"5a987de\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4dcafab7 animated-fast ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"4dcafab7\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text- icon-lef-right-aligin elementor-animation-   \">\n                        <div class=\"box-body\">\n                            <h4 class=\"elementskit-info-box-title\">\n                    V\u00e9rificateur de domaine Whois                <\/h4>\n                        \t\t  \t<p>Whois Domain Checker est un outil qui permet d'obtenir des informations d\u00e9taill\u00e9es sur la propri\u00e9t\u00e9, l'enregistrement et l'expiration d'un domaine en interrogeant la base de donn\u00e9es Whois.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal\" href=\"https:\/\/mailprovider.com\/whois-domain-checker\/\">\n                                        Aller \u00e0 Whois Domain Checker                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-77e1b4c0 e-con-full e-flex e-con e-child\" data-id=\"77e1b4c0\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7098ea06 e-con-full e-flex e-con e-child\" data-id=\"7098ea06\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72cc3609 animated-fast ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"72cc3609\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text- icon-lef-right-aligin elementor-animation-   \">\n                        <div class=\"box-body\">\n                            <h4 class=\"elementskit-info-box-title\">\n                    V\u00e9rificateur NS                <\/h4>\n                        \t\t  \t<p>NS Checker est un outil qui v\u00e9rifie les enregistrements des serveurs de noms (NS) pour un domaine afin de garantir une configuration et une r\u00e9solution DNS correctes.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal\" href=\"https:\/\/mailprovider.com\/ns-checker\/\">\n                                        Aller \u00e0 NS Checker                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4cca35a6 e-con-full e-flex e-con e-child\" data-id=\"4cca35a6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-518a1412 animated-fast ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"518a1412\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:100,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text- icon-lef-right-aligin elementor-animation-   \">\n                        <div class=\"box-body\">\n                            <h4 class=\"elementskit-info-box-title\">\n                    V\u00e9rificateur de liste noire de courrier \u00e9lectronique                <\/h4>\n                        \t\t  \t<p>Mail Blacklist Checker est un outil qui permet de v\u00e9rifier si une adresse IP ou un domaine figure sur une liste noire de courriels, ce qui peut affecter la d\u00e9livrabilit\u00e9 et la r\u00e9putation des courriels.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal\" href=\"https:\/\/mailprovider.com\/fr\/verificateur-de-liste-noire-de-courrier-electronique\/\">\n                                        Aller \u00e0 Mail Blacklist Checker                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4ee5df1e e-con-full e-flex e-con e-child\" data-id=\"4ee5df1e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-72d1b502 animated-fast ekit-equal-height-disable elementor-invisible elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"72d1b502\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_delay&quot;:200,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-left text- icon-lef-right-aligin elementor-animation-   \">\n                        <div class=\"box-body\">\n                            <h4 class=\"elementskit-info-box-title\">\n                    V\u00e9rificateur d&#039;adresse IP                <\/h4>\n                        \t\t  \t<p>IP Address Checker est un outil qui fournit des informations sur une adresse IP sp\u00e9cifique, y compris sa localisation, son fournisseur d'acc\u00e8s \u00e0 Internet et d'autres d\u00e9tails pertinents.<\/p>\n                                        <div class=\"box-footer disable_hover_button\">\n                    <div class=\"btn-wraper\">\n                                                            <a class=\"elementskit-btn whitespace--normal\" href=\"https:\/\/mailprovider.com\/fr\/verificateur-dadresse-ip\/\">\n                                        Allez \u00e0 IP Address Checker (v\u00e9rificateur d&#039;adresse IP)                                    <\/a>\n                                                        <\/div>\n                <\/div>\n                    <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-172bfd16 e-flex e-con-boxed e-con e-parent\" data-id=\"172bfd16\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-668cb3a e-con-full e-flex e-con e-child\" data-id=\"668cb3a\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1b61c94c e-con-full e-flex e-con e-child\" data-id=\"1b61c94c\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7e03e9f0 e-con-full e-flex e-con e-child\" data-id=\"7e03e9f0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-797a0f3f elementor-widget__width-initial animated-fast elementor-invisible elementor-widget elementor-widget-elementskit-heading\" data-id=\"797a0f3f\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_left   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title \">Un courrier \u00e9lectronique s\u00e9curis\u00e9 qui<br> <span><span>prot\u00e8ge votre vie priv\u00e9e<\/span><\/span><\/h2><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1a1ed3d e-con-full e-flex e-con e-child\" data-id=\"1a1ed3d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c18dd1e elementor-align-left elementor-widget__width-auto animated-fast elementor-invisible elementor-widget elementor-widget-elementskit-button\" data-id=\"7c18dd1e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;pulse&quot;,&quot;_animation_delay&quot;:100,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\t\t<div class=\"ekit-btn-wraper\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/mailprovider.com\/fr\/tarification\/\" class=\"elementskit-btn  whitespace--normal\" id=\"\">\n\t\t\t\t\tObtenez votre courrier \u00e9lectronique crypt\u00e9\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-325a89 elementor-align-left elementor-widget__width-auto animated-fast elementor-invisible elementor-widget elementor-widget-elementskit-button\" data-id=\"325a89\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\t\t<div class=\"ekit-btn-wraper\">\n\t\t\t\t\t\t\t<a href=\"https:\/\/mailprovider.com\/fr\/contact\/\" class=\"elementskit-btn  whitespace--normal\" id=\"\">\n\t\t\t\t\t<i class=\"icon icon-Support-2\"><\/i>Contacter les ventes\t\t\t\t<\/a>\n\t\t\t\t\t<\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-75e43fd9 e-flex e-con-boxed e-con e-parent\" data-id=\"75e43fd9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-25dae58c e-con-full e-flex e-con e-child\" data-id=\"25dae58c\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-200903f7 e-con-full e-flex e-con e-child\" data-id=\"200903f7\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-56e934f7 animated-fast elementor-invisible elementor-widget elementor-widget-elementskit-heading\" data-id=\"56e934f7\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper text_center   ekit_heading_tablet-   ekit_heading_mobile-\"><h6 class=\"elementskit-section-subtitle  \">\n\t\t\t\t\t\tCentre d&#039;aide\n\t\t\t\t\t<\/h6><h2 class=\"ekit-heading--title elementskit-section-title \">Des questions ? R\u00e9ponses. <\/h2>\t\t\t\t<div class='ekit-heading__description'>\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Des r\u00e9ponses rapides aux questions que vous vous posez. Vous ne trouvez pas ce que vous cherchez ? Consultez notre documentation compl\u00e8te.  <\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7841247a e-con-full e-flex e-con e-child\" data-id=\"7841247a\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7c7830e7 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"7c7830e7\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-21e37f5d e-con-full e-flex e-con e-child\" data-id=\"21e37f5d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-408da239 animated-fast elementor-invisible elementor-widget elementor-widget-elementskit-accordion\" data-id=\"408da239\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;ekit_we_effect_on&quot;:&quot;none&quot;}\" data-widget_type=\"elementskit-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\n        <div class=\"elementskit-accordion accoedion-primary\" id=\"accordion-69dfc50e06122\">\n\n            \n                <div class=\"elementskit-card active\">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-0-408da239\">\n                        <a href=\"#collapse-bc2283069dfc50e06122\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-bc2283069dfc50e06122\" aria-expanded=\"true\" aria-controls=\"Collapse-bc2283069dfc50e06122\">\n                            \n                            <span class=\"ekit-accordion-title\">1. Quels sont les enregistrements MX de MailProver ?<\/span>\n\n                            \n                                <div class=\"ekit_accordion_icon_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"icon icon-right-arrow\"><\/i>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"icon icon-download-arrow\"><\/i>                                    <\/div>\n                                <\/div>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-bc2283069dfc50e06122\" class=\" show collapse\" aria-labelledby=\"primaryHeading-0-408da239\" data-parent=\"#accordion-69dfc50e06122\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <p>Les enregistrements MX de MailProvider sont d\u00e9finis comme mx1.mailprovider.com et mx2.mailprovider.com .<\/p>\n                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                \n                <div class=\"elementskit-card \">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-1-408da239\">\n                        <a href=\"#collapse-8417e7169dfc50e06122\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-8417e7169dfc50e06122\" aria-expanded=\"false\" aria-controls=\"Collapse-8417e7169dfc50e06122\">\n                            \n                            <span class=\"ekit-accordion-title\">2. Quelle est la valeur de la priorit\u00e9 MX ?<\/span>\n\n                            \n                                <div class=\"ekit_accordion_icon_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"icon icon-right-arrow\"><\/i>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"icon icon-download-arrow\"><\/i>                                    <\/div>\n                                <\/div>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-8417e7169dfc50e06122\" class=\" collapse\" aria-labelledby=\"primaryHeading-1-408da239\" data-parent=\"#accordion-69dfc50e06122\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <p>La valeur de la priorit\u00e9 MX est utilis\u00e9e pour sp\u00e9cifier le serveur MX auquel le courrier entrant doit \u00eatre adress\u00e9 en premier.<\/p>\n<p>Les valeurs de priorit\u00e9 MX de MailProvder sont d\u00e9finies \u00e0 \"10\" de mani\u00e8re \u00e9gale pour les deux enregistrements. La raison en est d'\u00e9quilibrer la charge sur les deux serveurs. <\/p>\n                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                \n                <div class=\"elementskit-card \">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-2-408da239\">\n                        <a href=\"#collapse-3dad4e069dfc50e06122\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-3dad4e069dfc50e06122\" aria-expanded=\"false\" aria-controls=\"Collapse-3dad4e069dfc50e06122\">\n                            \n                            <span class=\"ekit-accordion-title\">3. Quelle est la valeur TTL de la MX ?<\/span>\n\n                            \n                                <div class=\"ekit_accordion_icon_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"icon icon-right-arrow\"><\/i>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"icon icon-download-arrow\"><\/i>                                    <\/div>\n                                <\/div>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-3dad4e069dfc50e06122\" class=\" collapse\" aria-labelledby=\"primaryHeading-2-408da239\" data-parent=\"#accordion-69dfc50e06122\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <p>La dur\u00e9e de <strong>vie (TTL)<\/strong> est une valeur qui sp\u00e9cifie la dur\u00e9e pendant laquelle un enregistrement DNS d\u00e9fini doit \u00eatre conserv\u00e9 dans le cache, en secondes. L'objectif de cette valeur est de s'assurer que votre serveur ne cr\u00e9e pas de charge suppl\u00e9mentaire due \u00e0 des requ\u00eates provenant d'autres serveurs. <\/p>\n                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                                        <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-116c20f8 e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"116c20f8\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Restez connect\u00e9 pour avoir un impact V\u00e9rificateur d&#8217;enregistrements MX V\u00e9rifier les enregistrements MX Priorit\u00e9 Serveur de messagerie Un soutien de qualit\u00e9 L&#8217;\u00e9quipe d&#8217;assistance d\u00e9di\u00e9e de MailProvider est disponible 24 heures sur 24 et 7 jours sur 7, ce qui vous permet de ne jamais perdre le fil. H\u00e9berg\u00e9 au Luxembourg MailProvider utilise des mesures de [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-25058","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mailprovider.com\/fr\/wp-json\/wp\/v2\/pages\/25058","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mailprovider.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mailprovider.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mailprovider.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mailprovider.com\/fr\/wp-json\/wp\/v2\/comments?post=25058"}],"version-history":[{"count":0,"href":"https:\/\/mailprovider.com\/fr\/wp-json\/wp\/v2\/pages\/25058\/revisions"}],"wp:attachment":[{"href":"https:\/\/mailprovider.com\/fr\/wp-json\/wp\/v2\/media?parent=25058"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}