mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Added SMTP as an ExternalNotifcation method.
This commit is contained in:
parent
955c5ce6d8
commit
9957aef811
5 changed files with 183 additions and 0 deletions
|
@ -105,6 +105,7 @@ namespace NzbDrone.Core
|
|||
private static void BindExternalNotifications()
|
||||
{
|
||||
_kernel.Bind<ExternalNotificationBase>().To<Xbmc>();
|
||||
_kernel.Bind<ExternalNotificationBase>().To<Smtp>();
|
||||
|
||||
var notifiers = _kernel.GetAll<ExternalNotificationBase>();
|
||||
_kernel.Get<ExternalNotificationProvider>().InitializeNotifiers(notifiers.ToList());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue