diff --git a/authentik/events/models.py b/authentik/events/models.py index b28a71423..3730aae92 100644 --- a/authentik/events/models.py +++ b/authentik/events/models.py @@ -274,7 +274,7 @@ class NotificationTransport(models.Model): ) mail = TemplateEmailMessage( subject=f"authentik Notification: {body_trunc}", - template_name="email/setup.html", + template_name="email/generic.html", to=[notification.user.email], template_context={ "body": notification.body,