Hi!
in a mail notification, a link is shown at the end of the mail to configure flatboard notification.
with thunderbird, this link only show the source page of the mail but no link to the notification configuration page of the user.

Hi arpinux,
Many thanks for your feedback.
Notifications — broken preferences link in email notifications (app/Services/NotificationService.php) — The HTML email template (app/Views/emails/notification.php) uses the variable $preferencesUrl but buildEmailBody() provided it as $preferencesUrlEscaped, so the “manage preferences” link was always empty. Renamed to $preferencesUrl so the template receives the correct value.
Edited on Mar 06, 2026 By Fred .
This discussion is locked