From b14169aab790325c24ef959eeaa4f18fe484a2ae Mon Sep 17 00:00:00 2001
From: Bastien DUMONT <bdumont@grandlyon.com>
Date: Mon, 22 Jan 2024 16:20:17 +0000
Subject: [PATCH] Update mail.md

---
 docs/ecolyo/technical/mail.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ecolyo/technical/mail.md b/docs/ecolyo/technical/mail.md
index 7d3bcb4..3f9ae2d 100644
--- a/docs/ecolyo/technical/mail.md
+++ b/docs/ecolyo/technical/mail.md
@@ -81,4 +81,4 @@ A bounce token stored in the profile of each user is sent in email. It allows us
 
 ## Unsubscribe
 
-A user can unsubscribe to our newsletter by a link in each mails. It **does not** require authentication. This link is built with a `sharecode` token that contains specific permissions to turn off the `sendAnalysisNotification` property in the user profile.
+A user can unsubscribe to our newsletter by a link in each mails. It **does not** require authentication. This link is built with a `sharecode` token that contains specific permissions to turn off the `sendAnalysisNotification` property in the user profile. The sent link has a TTL of 15 days.
-- 
GitLab