{"id":4790,"date":"2023-11-27T16:04:16","date_gmt":"2023-11-27T15:04:16","guid":{"rendered":"https:\/\/www.intesa.it\/what-changes-with-the-rem-or-european-pec-in-5-points\/"},"modified":"2025-10-30T10:12:20","modified_gmt":"2025-10-30T09:12:20","slug":"what-changes-with-the-rem-or-european-pec-in-5-points","status":"publish","type":"post","link":"https:\/\/www.intesa.it\/en\/what-changes-with-the-rem-or-european-pec-in-5-points\/","title":{"rendered":"What changes with the REM (or European PEC) in 5 points"},"content":{"rendered":"<h2 class=\"sottotitolo\" style=\"font-size: 20px !important;\"><span style=\"font-weight: 400;\">Why PEC and REM are different and when REM will come into effect<\/span><\/h2><hr class=\"wp-block-separator\"\/><p style=\"text-align: center;\">PEC is destined to disappear to make way for REM, a Qualified Electronic Delivery Service (SERCQ) as required by the European eIDAS regulation. Here is what will happen.<\/p><hr class=\"wp-block-separator\"\/><div><img loading=\"lazy\" decoding=\"async\" class=\"freccia-interna alignright wp-image-45945\" src=\"https:\/\/www.intesa.it\/wp-content\/uploads\/2025\/10\/freccia-interna.png\" alt=\"\" width=\"31\" height=\"36\" \/>\n<p style=\"padding-left: 26px; padding-top: 26px;\"><strong>In questo articolo scoprirai:<\/strong><\/p>\n\n\t<div id=\"toc\">\t  \n\t<\/div>\n\n\t<script>\n\t\tvar c = function() {\n\t\t\treturn({\n\t\t\t\tlog: function(msg) {\n\t\t\t\t\tconsoleDiv = document.querySelector(\"main#single_news .contenuto_news\");\n\t\t\t\t\tpara = document.createElement('p');\n\t\t\t\t\ttext = document.createTextNode(msg);\n\t\t\t\t\tpara.appendChild(text);\n\t\t\t\t\tconsoleDiv.appendChild(para);\n\t\t\t\t}\n\t\t\t});\n\t\t}();\n\n\t\t\/*window.onload = function () {\n\t\t\tvar toc = \"\";\n\t\t\tvar level = 0;\n\t\t\tvar maxLevel = 3;\n\t\t\t\n\t\t\tconst reg = \/<h([\\d])>([^<]+)<\\\/h([\\d])>\/gi;\n\t\t\t\/\/const reg = \/<h([1-6])\\b[^>]*>([\\s\\S]*?)<\\\/h\\1>\/gi;\n\t\t\t\n\t\t\tdocument.querySelector(\"main#single_news .contenuto_news\").innerHTML =\n\t\t\t\tdocument.querySelector(\"main#single_news .contenuto_news\").innerHTML.replace( \/\/\n\t\t\t\t\treg,\n\t\t\t\t\tfunction (str, openLevel, titleText, closeLevel) {\n\t\t\t\t\t\tif (openLevel != closeLevel) {\n\t\t\t\t\t\t\tc.log(openLevel)\n\t\t\t\t\t\t\t\treturn str + ' - ' + openLevel;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tif (openLevel > level) {\n\t\t\t\t\t\t\ttoc += (new Array(openLevel - level + 1)).join(\"<ul>\");\n\t\t\t\t\t\t} else if (openLevel < level) {\n\t\t\t\t\t\t\ttoc += (new Array(level - openLevel + 1)).join(\"<\/ul>\");\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\tlevel = parseInt(openLevel);\n\n\t\t\t\t\t\tvar anchor = titleText.replace(\/ \/g, \"_\");\n\t\t\t\t\t\ttoc += \"<li><a href=\\\"#\" + anchor + \"\\\">\" + titleText + \"<\/a><\/li>\";\n\n\t\t\t\t\t\treturn \"<h\" + openLevel + \"><a name=\\\"\" + anchor + \"\\\">\" + titleText + \"<\/a><\/h\" + closeLevel + \">\";\n\t\t\t\t\t}\n\t\t\t\t);\n\n\t\t\tif (level) {\n\t\t\t\ttoc += (new Array(level + 1)).join(\"<\/ol>\");\n\t\t\t}\n\n\t\t\tdocument.querySelector(\"main#single_news .contenuto_news #toc\").innerHTML += toc;\n\t\t};*\/\n\t\twindow.onload = function () {\n\t\t\tvar toc = \"\";\n\t\t\tvar currentLevel = 0;\n\t\t\tvar anchorsSeen = {};\n\n\t\t\tconst reg = \/(<h([1-6])\\b[^>]*>)([\\s\\S]*?)<\\\/h\\2>\/gi;\n\t\t\tconst container = document.querySelector(\"main#single_news .contenuto_news\");\n\n\t\t\tif (!container) return;\n\n\t\t\t\/\/ Rileva l\u2019eventuale h2.wp-block-heading primo figlio da escludere\n\t\t\tconst excludeHeading = container.querySelector(\":scope > h2.wp-block-heading:first-child\");\n\n\t\t\tcontainer.innerHTML = container.innerHTML.replace(\n\t\t\t\treg,\n\t\t\t\tfunction (fullMatch, openTag, levelStr, innerHTML, offset, fullString) {\n\t\t\t\t\t\/\/ Ignora se corrisponde all'h2.wp-block-heading:first-child\n\t\t\t\t\tif (excludeHeading && fullMatch.includes(excludeHeading.outerHTML)) {\n\t\t\t\t\t\treturn fullMatch;\n\t\t\t\t\t}\n\n\t\t\t\t\t\/\/ Esclude i titoli subito dopo <hr class=\"wp-block-separator\">\n\t\t\t\t\tconst prevChunk = fullString.slice(Math.max(0, offset - 100), offset);\n\t\t\t\t\tif (\/<hr[^>]*class=[\"']wp-block-separator[\"'][^>]*>\\s*$\/i.test(prevChunk)) {\n\t\t\t\t\t\treturn fullMatch;\n\t\t\t\t\t}\n\n\t\t\t\t\tvar level = parseInt(levelStr, 10);\n\t\t\t\t\tvar titleText = innerHTML.replace(\/<\\\/?[^>]+(>|$)\/g, \"\").trim();\n\t\t\t\t\tif (!titleText) return fullMatch;\n\n\t\t\t\t\tvar anchorBase = titleText.replace(\/\\s+\/g, \"_\").replace(\/[^\\w\\-_.]\/g, \"\");\n\t\t\t\t\tvar anchor = anchorBase || (\"heading_\" + Math.random().toString(36).slice(2, 8));\n\n\t\t\t\t\tif (anchorsSeen[anchor]) {\n\t\t\t\t\t\tanchorsSeen[anchor] += 1;\n\t\t\t\t\t\tanchor = anchor + \"_\" + anchorsSeen[anchor];\n\t\t\t\t\t} else {\n\t\t\t\t\t\tanchorsSeen[anchor] = 1;\n\t\t\t\t\t}\n\n\t\t\t\t\tif (level > currentLevel) toc += \"<ul>\".repeat(level - currentLevel);\n\t\t\t\t\telse if (level < currentLevel) toc += \"<\/ul>\".repeat(currentLevel - level);\n\t\t\t\t\tcurrentLevel = level;\n\n\t\t\t\t\ttoc += `<li><a href=\"#${anchor}\">${titleText}<\/a><\/li>`;\n\n\t\t\t\t\treturn `${openTag}<a name=\"${anchor}\"><\/a>${innerHTML}<\/h${level}>`;\n\t\t\t\t}\n\t\t\t);\n\n\t\t\tif (currentLevel) toc += \"<\/ul>\".repeat(currentLevel);\n\n\t\t\tvar tocContainer = container.querySelector(\"#toc\");\n\t\t\tif (tocContainer) tocContainer.innerHTML += toc;\n\t\t};\n\n\t<\/script>\n\t\n\t<\/div><p><span style=\"font-weight: 400;\"><strong>Since 2009<\/strong>, when it was made compulsory for companies, professionals and public administrations, <strong>PEC has contributed to the digitization of &#8220;official&#8221; communications<\/strong> and a huge streamlining of bureaucracy. However, the European Commission has long been working to &#8220;standardize&#8221; certified digital services within the EU in favor of greater interoperability: by the first four months of 2024, <strong>REM (Registered Electronic E-mail),<\/strong> also called &#8220;European PEC,&#8221; will become mandatory, replacing PEC completely. REM, in fact, is still a <strong>Qualified Electronic Delivery Service (SERCQ)<\/strong> as required by the European eIDAS regulation. What will change?<\/span><\/p><p><span style=\"font-weight: 400;\">We summarized it in 5 points.<\/span><\/p><h2>1)\u00a0PEC will &#8220;go away&#8221;<\/h2><p><span style=\"font-weight: 400;\">Yes, it will be a real replaPECent and<strong> PECs will go out of use<\/strong>. However, this does not mean that it will be necessary to change or create new addresses. Many providers are organizing to make the transition as easy as possible, making sure that from the user experience point of view the change is only &#8220;formal&#8221; and involves a simple acknowledgement step.<\/span><\/p><h2>2) Recognition will be mandatory<\/h2><p><span style=\"font-weight: 400;\">The biggest <strong>difference between PEC and REM<\/strong>, in fact, is precisely the step of recognition and identification of the registrants that will be required to have an REM, a step that is not currently provided for PEC, which simply requires master data. To obtain an REM therefore, it will be essential to complete a recognition with artificial intelligence or the SPID and CIE digital identities. In this way, the REM, in addition to guaranteeing receipt of the message, will also give certainty of the recipient&#8217;s identity.<\/span><\/p><h2>3) PEC is a SERC, REM is a SERCQ<\/h2><p><span style=\"font-weight: 400;\">And it is precisely the presence or absence of recognition that makes PEC and REM two very different instruments, even from a regulatory point of view. For eIDAS, in fact, the PEC can be considered a SERC, a Certified Delivery Service, while the REM is a SERCQ, a Qualified Certified Electronic Delivery Service. Since its existence, however, PEC has been equated with a SERCQ in Italy by the Digital Administration Code, but this equating is not considered valid at the European level.<\/span><\/p><p>\u00a0<\/p><h2>4) REM will apply throughout Europe<b><\/b><\/h2><p><span style=\"font-weight: 400;\">The switch from PEC to REM will thus have the enormous advantage of expanding its legal validity throughout Europe. PEC, in fact, has always been an exclusively Italian tool with no effectiveness outside national borders.<\/span><\/p><h2>5)\u00a0<span style=\"font-weight: 400;\">Dual factor authentication will be required<\/span><\/h2><p><span style=\"font-weight: 400;\">In order to access the REM, it will be necessary to enable a double authentication factor, as for accessing home banking: it means that when logging in on the portal provided by the PEC provider, an additional code, usually a One Time Password (OTP, i.e., a password to be used only once), will have to be entered, sent via SMS or automatically generated by the provider&#8217;s app.<\/span><\/p><h2><span style=\"font-weight: 400;\">One problem remains: how to send an REM to someone who does not have one?<\/span><\/h2><p><span style=\"font-weight: 400;\">Although REM will undoubtedly bring better service in the area of professional-to-professional communications, it will not solve the need for B2c companies to send large-scale communications via e-mail and SMS and still get a delivery receipt. This need can be met by Certified Delivery Services, which allow communications to be sent in &#8220;plain&#8221; form while still guaranteeing their actual delivery to the recipient and the legal value of the communication.<\/span><\/p>","protected":false},"excerpt":{"rendered":"<p>PEC is destined to disappear to make way for REM, a Qualified Electronic Delivery Service (SERCQ) as required by the European eIDAS regulation. Here is what will happen.<\/p>\n","protected":false},"author":3,"featured_media":4437,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[196],"tags":[187,203,204,205],"class_list":["post-4790","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-regulations","tag-digital-identity","tag-pec","tag-rem","tag-serc"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/posts\/4790","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/comments?post=4790"}],"version-history":[{"count":1,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/posts\/4790\/revisions"}],"predecessor-version":[{"id":4791,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/posts\/4790\/revisions\/4791"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/media\/4437"}],"wp:attachment":[{"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/media?parent=4790"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/categories?post=4790"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.intesa.it\/en\/wp-json\/wp\/v2\/tags?post=4790"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}