diff --git a/src/Umbraco.Core/Services/NotificationService.cs b/src/Umbraco.Core/Services/NotificationService.cs index a750cd77fc..2e4ff7a9ec 100644 --- a/src/Umbraco.Core/Services/NotificationService.cs +++ b/src/Umbraco.Core/Services/NotificationService.cs @@ -327,6 +327,7 @@ namespace Umbraco.Core.Services sender.Send(mail); } } + } catch (Exception ex) {