<style id="elementor-post-19549">.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-e460d24 */* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.8;
	color: #333;
	background-color: #f8f9fa;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

#ai-header {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 60px 20px;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 40px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

#ai-header h1 {
	font-size: 2.5em;
	margin-bottom: 15px;
	font-weight: 700;
}

.lead-paragraph {
	font-size: 1.15em;
	line-height: 1.6;
	color: white;
	opacity: 0.95;
	margin: 10px 0;
}

.content-section {
	background: white;
	padding: 40px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

h2 {
	color: #667eea;
	font-size: 2em;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 3px solid #667eea;
}

h3 {
	color: #764ba2;
	font-size: 1.5em;
	margin-top: 30px;
	margin-bottom: 15px;
}

h4 {
	color: #5a6c7d;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 20px;
}

ul, ol {
	margin-bottom: 20px;
	padding-left: 30px;
}

li {
	margin-bottom: 10px;
}

.info-box {
	background: #e8f4f8;
	border-left: 5px solid #17a2b8;
	padding: 25px;
	margin: 25px 0;
	border-radius: 8px;
}

.highlight-box {
	background: #d4edda;
	border-left: 5px solid #28a745;
	padding: 25px;
	margin: 25px 0;
	border-radius: 8px;
}
.stats-box {
	background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
	color: white;
	padding: 30px;
	margin: 25px 0;
	border-radius: 8px;
	text-align: center;
}

.stats-box h3 {
	color: white;
	font-size: 3em;
	margin: 10px 0;
}
.warning-box {
	background: #fff3cd;
	border-left: 5px solid #ffc107;
	padding: 25px;
	margin: 25px 0;
	border-radius: 8px;
}

.problem-box {
	background: #f8d7da;
	border-left: 5px solid #dc3545;
	padding: 25px;
	margin: 25px 0;
	border-radius: 8px;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
	background: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

th {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 15px;
	text-align: left;
	font-weight: 600;
}

td {
	padding: 15px;
	border-bottom: 1px solid #e0e0e0;
}

tr:nth-child(even) {
	background-color: #f8f9fa;
}

.solution-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 25px;
	margin: 30px 0;
}

.solution-card {
	background: #f8f9fa;
	padding: 25px;
	border-radius: 8px;
	border-top: 4px solid #28a745;
}

.solution-card h4 {
	color: #28a745;
	margin-top: 0;
}

.key-points {
	list-style: none;
	padding: 0;
}

.key-points li {
	padding: 15px;
	margin-bottom: 15px;
	background: #f8f9fa;
	border-left: 4px solid #28a745;
	border-radius: 4px;
}

.key-points li strong {
	color: #28a745;
}

.cta-section {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 50px;
	text-align: center;
	border-radius: 10px;
	margin: 40px 0;
}

.cta-section h3 {
	color: white;
	font-size: 2em;
	margin-bottom: 15px;
	margin-top: 0;
}

.cta-button {
	display: inline-block;
	background: white;
	color: #667eea;
	padding: 15px 40px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

strong {
	color: #2c3e50;
}

@media (max-width: 768px) {
	#ai-header h1 {
		font-size: 1.8em;
	}

	h2 {
		font-size: 1.6em;
	}

	.content-section {
		padding: 25px;
	}

	.solution-grid {
		grid-template-columns: 1fr;
	}
}/* End custom CSS */</style>{"id":19549,"date":"2026-09-25T07:22:55","date_gmt":"2026-09-25T05:22:55","guid":{"rendered":"https:\/\/www.e-signature.eu\/?p=19549"},"modified":"2026-09-25T08:32:39","modified_gmt":"2026-09-25T06:32:39","slug":"article-44-of-the-eidas-regulation-what-the-law-says-about-electronic-registered-mail","status":"publish","type":"post","link":"https:\/\/www.e-signature.eu\/en\/article-44-of-the-eidas-regulation-what-the-law-says-about-electronic-registered-mail\/","title":{"rendered":"Article 44 of the eIDAS Regulation: What the Law Says About Electronic Registered Mail"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"19549\" class=\"elementor elementor-19549 elementor-19547\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b709280 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b709280\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-70c8ab1\" data-id=\"70c8ab1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e460d24 elementor-widget elementor-widget-text-editor\" data-id=\"e460d24\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><style>\n  \/* === BASE STYLES (copy verbatim) === *\/<br \/>\n  #ai-header {<br \/>\n    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);<br \/>\n    color: white;<br \/>\n    padding: 50px 40px;<br \/>\n    border-radius: 10px;<br \/>\n    margin-bottom: 35px;<br \/>\n    text-align: center;<br \/>\n  }<br \/>\n  #ai-header h1 { font-size: 1.9em; font-weight: 700; margin: 0 0 15px 0; color: white; line-height: 1.3; }<br \/>\n  #ai-header .lead-paragraph { font-size: 1.05em; opacity: 0.92; max-width: 750px; margin: 0 auto; line-height: 1.65; color: white; }<\/p>\n<p>  .content-section { margin-bottom: 10px; }<br \/>\n  .content-section h2 { color: #667eea; border-bottom: 2px solid #667eea; padding-bottom: 8px; margin-top: 45px; font-size: 1.45em; }<br \/>\n  .content-section h3 { color: #4a4a6a; margin-top: 28px; font-size: 1.15em; }<br \/>\n  .content-section p { line-height: 1.75; color: #333; }<\/p>\n<p>  .callout-box { background: #f0f4ff; border-left: 4px solid #667eea; padding: 18px 22px; border-radius: 6px; margin: 25px 0; }<br \/>\n  .callout-box h4 { color: #667eea; margin: 0 0 8px 0; font-size: 1em; }<\/p>\n<p>  .success-box { background: #f0faf3; border-left: 4px solid #28a745; padding: 18px 22px; border-radius: 6px; margin: 25px 0; }<br \/>\n  .success-box h4 { color: #1e7e34; margin: 0 0 8px 0; font-size: 1em; }<\/p>\n<p>  .warning-box { background: #fffbf0; border-left: 4px solid #f0a500; padding: 18px 22px; border-radius: 6px; margin: 25px 0; }<br \/>\n  .warning-box h4 { color: #b37a00; margin: 0 0 8px 0; font-size: 1em; }<\/p>\n<p>  .scenario-box { background: #fff8e1; border-left: 4px solid #ffc107; padding: 16px 20px; border-radius: 6px; margin: 20px 0; font-size: 0.95em; line-height: 1.65; }<\/p>\n<p>  ul.key-points { background: linear-gradient(135deg, #667eea11, #764ba211); border: 1px solid #667eea44; border-radius: 10px; padding: 22px 22px 22px 40px; margin: 30px 0; list-style: none; }<br \/>\n  ul.key-points li { line-height: 1.75; color: #333; font-size: 0.95em; margin-bottom: 6px; position: relative; }<br \/>\n  ul.key-points li::before { content: \"\u2714\"; color: #667eea; font-weight: bold; position: absolute; left: -22px; }<\/p>\n<p>  .price-highlight { font-weight: 700; color: #667eea; }<\/p>\n<p>  .cta-section { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 45px 40px; text-align: center; border-radius: 10px; margin-top: 45px; }<br \/>\n  .cta-section h3 { color: white; margin-top: 0; font-size: 1.5em; border-bottom: none; }<br \/>\n  .cta-section p { opacity: 0.92; margin-bottom: 25px; font-size: 1.05em; color: white; }<br \/>\n  .cta-button { display: inline-block; background: white; color: #667eea; font-weight: 700; padding: 14px 34px; border-radius: 30px; text-decoration: none; font-size: 1.05em; }<br \/>\n  .cta-button:hover { color: #764ba2; }<\/p>\n<p>  .comparison-table { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 0.93em; }<br \/>\n  .comparison-table th { background: #667eea; color: white; padding: 12px 15px; text-align: left; font-weight: 600; }<br \/>\n  .comparison-table td { padding: 11px 15px; border-bottom: 1px solid #e8e8e8; vertical-align: middle; color: #333; }<br \/>\n  .comparison-table tr:nth-child(even) td { background: #f8f9fa; }<br \/>\n  .comparison-table .highlight-row td { background: #f0f4ff !important; font-weight: 600; }<br \/>\n  .check { color: #28a745; font-weight: bold; }<br \/>\n  .cross { color: #dc3545; font-weight: bold; }<br \/>\n  .partial { color: #f0a500; font-weight: bold; }<\/p>\n<p>  \/* === ARTICLE-SPECIFIC STYLES === *\/<br \/>\n<\/style><\/p><div class=\"container\"><header id=\"ai-header\"><h1><span style=\"color: #ffffff;\">Article 44 of the eIDAS Regulation: What the Law Says About Electronic Registered Mail<\/span><\/h1><p class=\"lead-paragraph\">Electronic registered mail is not a marketing invention: it is a service governed by European legislation. A clear-language breakdown of Article 44 of the eIDAS Regulation.<\/p><\/header><div class=\"content-section\"><h2>The eIDAS Regulation in brief<\/h2><p>The <strong>eIDAS Regulation<\/strong> (Electronic IDentification, Authentication and trust Services) is the founding text of digital trust in Europe. Adopted on 23 July 2014 and applicable from 1 July 2016, it is <strong>directly applicable<\/strong> in all 27 Member States of the European Union \u2014 no national transposition is required.<\/p><p>Its purpose: to create a unified legal framework for digital trust services, so that electronic transactions enjoy the same legal certainty as paper transactions. It covers electronic signatures, electronic seals, electronic timestamps and \u2014 the subject of this article \u2014 <strong>electronic registered delivery services<\/strong>.<\/p><p>The Regulation consistently distinguishes two service levels: &#8220;simple&#8221; and &#8220;qualified&#8221;. This distinction is fundamental, because it determines the <strong>legal value<\/strong> attached to the service.<\/p><div class=\"callout-box\"><h4>\ud83d\udca1 What about eIDAS 2.0?<\/h4><p>Regulation (EU) 2024\/1183, in force since 20 May 2024, extends the eIDAS framework \u2014 notably with the European Digital Identity Wallet (EUDI Wallet). It <strong>does not change<\/strong> the architecture described in this article: the requirements of Article 44 and the presumptions of Article 43 remain unchanged.<\/p><\/div><\/div><div class=\"content-section\"><h2>What does Article 44 say? A point-by-point breakdown<\/h2><p>Article 44 of the eIDAS Regulation sets out the requirements an electronic registered delivery service must meet to be considered <strong>qualified<\/strong>. Here is what it imposes, in plain language.<\/p><h3>1. Qualified Trust Service Provider (QTSP)<\/h3><div class=\"callout-box\"><p><strong>What the text says:<\/strong> The service must be provided by one or more qualified trust service providers.<\/p><p><strong>What it means:<\/strong> Not just anyone can offer a qualified electronic registered delivery service. The provider must be a <strong>QTSP<\/strong> (Qualified Trust Service Provider) \u2014 an entity certified and regularly audited by a conformity assessment body accredited at European level. The list of QTSPs is public and consultable on each Member State&#8217;s <strong>Trusted List<\/strong>.<\/p><\/div><h3>2. Reliable identification of the sender<\/h3><div class=\"callout-box\"><p><strong>What the text says:<\/strong> The sender must be identified with a high level of confidence.<\/p><p><strong>What it means:<\/strong> The service must guarantee that the sender of the registered mail is who they claim to be. This is the most demanding requirement in Article 44: it generally implies a formal identification process of the <strong>KYC<\/strong> (Know Your Customer) type, or authentication through a <strong>national electronic identity<\/strong> (eID). In concrete terms, the sender must prove their identity to the provider before being able to send registered mail \u2014 a step that carries a cost, and which largely explains why fully qualified services operate on a subscription basis.<\/p><\/div><h3>3. Reliable identification of the recipient<\/h3><div class=\"callout-box\"><p><strong>What the text says:<\/strong> The recipient must be identified before the data is delivered.<\/p><p><strong>What it means:<\/strong> Before being able to access the registered document, the recipient must be identified with a high level of confidence. In practice, this identification takes the form of an <strong>electronic signature<\/strong> applied to an acknowledgement of receipt: the recipient proves their identity before obtaining access to the content. The level of identification varies depending on the signature method used (simple, advanced or qualified).<\/p><\/div><h3>4. Securing the send and the receipt<\/h3><div class=\"callout-box\"><p><strong>What the text says:<\/strong> The sending and receiving of data must be secured by an advanced electronic signature or an advanced electronic seal.<\/p><p><strong>What it means:<\/strong> The sending and receiving process must be protected by cryptographic mechanisms that guarantee the integrity of the data transmitted. No one must be able to intercept or alter the document in transit.<\/p><\/div><h3>5. Protection against modification<\/h3><div class=\"callout-box\"><p><strong>What the text says:<\/strong> Any modification of the data sent or received must be clearly indicated.<\/p><p><strong>What it means:<\/strong> This is the role of the <strong>Qualified Electronic Timestamp<\/strong> and the digital fingerprint (hash). The timestamp embeds a unique fingerprint of the document: if someone modifies the document, even by a single character, the fingerprint no longer matches and the timestamp becomes invalid. Tampering is immediately detectable.<\/p><\/div><h3>6. Qualified Electronic Timestamp<\/h3><div class=\"callout-box\"><p><strong>What the text says:<\/strong> The date and time of sending, receipt and any modification must be indicated by a qualified electronic timestamp.<\/p><p><strong>What it means:<\/strong> The date and time are not declared by the sender or the provider: they are <strong>certified by a Qualified Electronic Timestamp<\/strong> issued by a QTSP. It is the digital equivalent of a notarised date stamp. This time certification is essential, because it determines the starting point of legal deadlines (notice periods, limitation periods, and so on).<\/p><\/div><\/div><div class=\"content-section\"><h2>Article 43: the legal presumption<\/h2><p>Article 44 sets out the technical requirements. But it is <strong>Article 43<\/strong> that gives electronic registered mail its legal force.<\/p><p>Article 43 establishes two levels of legal protection:<\/p><h3>Article 43.1 \u2014 All electronic registered mail<\/h3><p>Electronic registered mail, even when not qualified, <strong>cannot be denied legal effect<\/strong> solely on the grounds that it is in electronic form or that it does not meet the requirements of Article 44. It is admissible as evidence before the courts of all Member States.<\/p><h3>Article 43.2 \u2014 Qualified registered mail only<\/h3><p>Article 43.2 goes further and establishes a <strong>legal presumption<\/strong> reserved for fully qualified services:<\/p><ul><li>\u2705 Presumption of <strong>data integrity<\/strong><\/li><li>\u2705 Presumption of <strong>sending by the identified sender<\/strong><\/li><li>\u2705 Presumption of <strong>receipt by the identified recipient<\/strong><\/li><li>\u2705 Presumption of <strong>accuracy of the date and time<\/strong> of sending and receipt<\/li><\/ul><div class=\"success-box\"><h4>\u2696\ufe0f Reversal of the burden of proof<\/h4><p>This legal presumption is the core of the legal value of qualified electronic registered mail. In concrete terms: <strong>it is up to the party challenging the validity of the registered mail to prove there is a problem<\/strong> \u2014 not up to you to prove it is valid.<\/p><p>Without this presumption (the case of non-qualified registered mail), the mail remains admissible but its evidential weight is left to the judge&#8217;s assessment. This is why the <strong>qualified components<\/strong> built into the process \u2014 such as the Qualified Electronic Timestamp \u2014 matter: they considerably strengthen the evidential value of your send, even without full qualification of the service.<\/p><\/div><\/div><div class=\"content-section\"><h2>Article 41: the timestamp&#8217;s own presumption<\/h2><p>A frequently overlooked point: <strong>Article 41 of the eIDAS Regulation<\/strong> establishes a <strong>standalone<\/strong> legal presumption attached to the Qualified Electronic Timestamp itself \u2014 regardless of whether the registered delivery service is qualified or not.<\/p><div class=\"success-box\"><h4>\u2696\ufe0f What Article 41 says<\/h4><p>A Qualified Electronic Timestamp benefits from a <strong>presumption of accuracy of the date and time<\/strong> it indicates, and a <strong>presumption of integrity<\/strong> of the data to which it is linked. This presumption is recognised in all 27 Member States.<\/p><\/div><p>This distinction matters in practice. A service that is not qualified under Article 44 but applies a Qualified Electronic Timestamp to the transmitted document benefits, <strong>for that specific component<\/strong>, from a legal presumption of date and integrity. That is a markedly higher standard of proof than a simple email with a read receipt.<\/p><p>What Article 41 does not cover: identification of the parties. That is precisely what the full presumption of Article 43.2 adds \u2014 and it remains reserved for fully qualified services.<\/p><\/div><div class=\"content-section\"><h2>Qualified vs non-qualified: the practical consequences<\/h2><p>The distinction between qualified and non-qualified electronic registered mail is not merely a technical subtlety \u2014 it has <strong>direct legal consequences<\/strong>.<\/p><table class=\"comparison-table\"><thead><tr><th>Criterion<\/th><th>Non-qualified registered mail<\/th><th>Qualified registered mail (Article 44)<\/th><\/tr><\/thead><tbody><tr><td><strong>Admissibility in court<\/strong><\/td><td>\u2705 Yes (Article 43.1)<\/td><td>\u2705 Yes<\/td><\/tr><tr><td><strong>Full legal presumption<\/strong><\/td><td>\u274c No \u2014 the judge assesses freely<\/td><td>\u2705 Yes \u2014 integrity, identification and date (Art. 43.2)<\/td><\/tr><tr><td><strong>Presumption linked to the timestamp<\/strong><\/td><td>\u2705 Yes, if a Qualified Electronic Timestamp is applied (Art. 41)<\/td><td>\u2705 Yes (Art. 41 and 43.2)<\/td><\/tr><tr><td><strong>Burden of proof<\/strong><\/td><td>On you, except for the qualified components<\/td><td>On the challenging party<\/td><\/tr><tr><td><strong>EU recognition<\/strong><\/td><td>Admissible in all 27 Member States<\/td><td>Presumption in all 27 Member States<\/td><\/tr><tr><td><strong>Equivalence to postal registered mail<\/strong><\/td><td>\u274c Not recognised<\/td><td>\u2705 Recognised in certain countries (e.g. France)<\/td><\/tr><\/tbody><\/table><div class=\"callout-box\"><h4>\ud83d\udca1 The important nuance<\/h4><p>Between &#8220;basic&#8221; non-qualified registered mail (a simple email with a read receipt) and a fully qualified service, there is a <strong>middle ground<\/strong>: a non-qualified service that nonetheless integrates <strong>qualified components<\/strong> \u2014 such as a Qualified Electronic Timestamp issued by a certified QTSP. Such a service does not obtain the full presumption of Article 43.2, but its <strong>evidential value is markedly higher<\/strong> than a send with no qualified component, because the judge has certified elements of trust on which to assess the reliability of the send.<\/p><\/div><\/div><div class=\"content-section\"><h2>Cross-border recognition<\/h2><p>One of the major contributions of the eIDAS Regulation is <strong>mutual recognition<\/strong> between Member States. Qualified electronic registered mail issued in one Member State is automatically recognised in the other 26, with the same legal presumption.<\/p><p>But cross-border recognition also applies to non-qualified services: Article 43.1 guarantees that <strong>all electronic registered mail is admissible as evidence<\/strong> in every Member State, and cannot be refused solely on the grounds of its electronic form.<\/p><p>For businesses operating in several European countries, the eIDAS framework offers a <strong>uniform, legally recognised channel<\/strong> across the entire Union \u2014 a considerable advantage over international postal registered mail, which is subject to procedures that vary from country to country.<\/p><\/div><div class=\"content-section\"><h2>National specificities<\/h2><p>The eIDAS Regulation is directly applicable, but Member States retain some latitude to regulate certain specific situations.<\/p><h3>\ud83c\uddeb\ud83c\uddf7 In France<\/h3><p>France has supplemented the eIDAS framework with <strong>Article L.100 of the Postal and Electronic Communications Code<\/strong> (CPCE) and the decree of 9 May 2018. Qualified Electronic Registered Mail (LRE) is <strong>legally equivalent to postal registered mail with acknowledgement of receipt<\/strong> (LRAR). Providers must be qualified by ANSSI to offer LRE in France.<\/p><h3>\ud83c\udde7\ud83c\uddea In Belgium<\/h3><p>The eIDAS Regulation applies directly. However, Belgian law maintains a <strong>partial bpost monopoly<\/strong> for registered items relating to judicial and administrative procedures. In contractual matters (termination, formal notice between private parties, B2B communications), electronic registered mail is a <strong>fully valid alternative<\/strong>.<\/p><h3>Other Member States<\/h3><p>Each Member State may have specific rules for certain procedures (judicial, administrative, tax). The eIDAS framework remains the common basis, but it is advisable to check local rules for high-stakes procedures.<\/p><\/div><div class=\"content-section\"><h2>e-Signature.eu&#8217;s positioning<\/h2><p>e-Signature.eu is not a fully qualified electronic registered delivery service within the meaning of Article 44. This is a deliberate choice: full qualification entails costs and constraints \u2014 notably formal identification of the sender through KYC or eID \u2014 that feed through to the final price. This is why fully qualified providers generally operate on a subscription basis.<\/p><p>e-Signature.eu takes a different approach: integrating the <strong>most decisive qualified components<\/strong> into an accessible, subscription-free service.<\/p><table class=\"comparison-table\"><thead><tr><th>Component<\/th><th>What e-Signature.eu does<\/th><th>Level<\/th><\/tr><\/thead><tbody><tr><td><strong>Document timestamping<\/strong><\/td><td>Qualified Electronic Timestamp issued by a certified QTSP<\/td><td>\u2705 Qualified (Article 41 eIDAS)<\/td><\/tr><tr><td><strong>Integrity protection<\/strong><\/td><td>Digital fingerprint (SHA-256 hash) embedded in the timestamp<\/td><td>\u2705 Guaranteed by the qualified component<\/td><\/tr><tr><td><strong>Recipient identification<\/strong><\/td><td>Signature of the acknowledgement of receipt (OTP, Veriff, itsme\u00ae, Evrotrust)<\/td><td>\u2705 eIDAS signature (SES, AES or QES depending on method)<\/td><\/tr><tr><td><strong>Sender identification<\/strong><\/td><td>Professional account with verified email address<\/td><td>\u2705 Suited to businesses (legal entity)<\/td><\/tr><tr><td><strong>Secure transmission<\/strong><\/td><td>SSL\/TLS encryption<\/td><td>\u2705 Industry standard<\/td><\/tr><tr><td><strong>Process traceability<\/strong><\/td><td>Timestamped Audit Trail of every step<\/td><td>\u2705 Complete evidence file<\/td><\/tr><\/tbody><\/table><div class=\"callout-box\"><h4>\ud83d\udca1 Why this approach?<\/h4><p>The Qualified Electronic Timestamp is the component that gives your send the greatest evidential value: it certifies the date, protects the integrity of the document and benefits from its own <strong>legal presumption<\/strong> (Article 41 eIDAS). Combined with an acknowledgement of receipt signed by the recipient, it forms a solid evidence file.<\/p><p>On the sender&#8217;s side, the email address is <strong>verified before any send<\/strong> and the professional account identifies the legal entity (company name, contact details). For the service&#8217;s core audience \u2014 businesses, freelancers and liberal professions \u2014 it is the professional entity that is the sender of the registered mail, as is the case with postal registered mail, where it is the company name that appears on the receipt rather than the identity of the employee who dropped off the letter.<\/p><p><strong>The result:<\/strong> electronic registered mail that is admissible as evidence (Article 43.1), reinforced by a Qualified Electronic Timestamp carrying a legal presumption (Article 41), verified sender identification, a signed acknowledgement of receipt and a complete Audit Trail \u2014 all <strong>for less than \u20ac2 excl. VAT, with no subscription<\/strong>.<\/p><p>For situations requiring a <strong>fully qualified<\/strong> service (Article 44) \u2014 such as ANSSI-qualified LRE in France \u2014 a provider certified for that specific service is necessary.<\/p><\/div><\/div><div class=\"content-section\"><h2>Key takeaways<\/h2><ul class=\"key-points\"><li><strong>Article 44 eIDAS defines the qualification requirements:<\/strong> formal identification of the parties, securing of the send, protection against modification and a Qualified Electronic Timestamp. A service meeting all these requirements is described as a &#8220;qualified electronic registered delivery service&#8221;.<\/li><li><strong>Three articles, three levels:<\/strong> Article 43.1 guarantees that all electronic registered mail is admissible as evidence. Article 41 confers a presumption specific to the Qualified Electronic Timestamp. Article 43.2 adds a full presumption reserved for fully qualified services.<\/li><li><strong>Qualified components strengthen the evidence:<\/strong> A Qualified Electronic Timestamp benefits from its own legal presumption (Article 41) and considerably strengthens the evidential value of a send, even without full qualification of the service.<\/li><li><strong>Sender identification is the sticking point:<\/strong> It is the Article 44 requirement that is most costly to satisfy (KYC or eID), and the main reason fully qualified services operate on a subscription basis.<\/li><li><strong>Recognition across the EU:<\/strong> All electronic registered mail is admissible in the 27 Member States. Fully qualified services additionally benefit from automatic recognition of the legal presumption.<\/li><li><strong>National specificities persist:<\/strong> France requires ANSSI qualification for LRE, Belgium maintains the bpost monopoly for judicial procedures. The eIDAS framework is the common basis.<\/li><\/ul><\/div><div class=\"cta-section\"><h3>Send electronic registered mail with a Qualified Electronic Timestamp<\/h3><p>Qualified Electronic Timestamp, signed acknowledgement of receipt and complete Audit Trail \u2014 included automatically. For less than \u20ac2 excl. VAT, no subscription.<\/p><p><a class=\"cta-button\" href=\"https:\/\/www.e-signature.eu\/en\/eidas-registered-electronic-mail\/\">Send registered mail \u2192<\/a><\/p><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Article 44 of the eIDAS Regulation: What the Law Says About Electronic Registered Mail Electronic registered mail is not a&#8230;<\/p>\n","protected":false},"author":3,"featured_media":19614,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"elementor_header_footer","format":"standard","meta":{"_acf_changed":false,"wds_primary_category":224,"footnotes":""},"categories":[233],"tags":[181],"class_list":["post-19549","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-registered-mail","tag-productivity"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/posts\/19549","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/comments?post=19549"}],"version-history":[{"count":4,"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/posts\/19549\/revisions"}],"predecessor-version":[{"id":28761,"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/posts\/19549\/revisions\/28761"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/media\/19614"}],"wp:attachment":[{"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/media?parent=19549"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/categories?post=19549"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/tags?post=19549"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}