Email Notifications are now fully customizable and work! #865

We also have reactive forms in the UI, should apply this to other settings.
This commit is contained in:
Jamie.Rees 2017-06-15 16:28:43 +01:00
commit 9a4dbb3dce
21 changed files with 361 additions and 232 deletions

View file

@ -84,6 +84,7 @@ namespace Ombi.DependencyInjection
services.AddTransient<IRequestServiceMain, RequestService>();
services.AddTransient(typeof(IRequestService<>), typeof(JsonRequestService<>));
services.AddSingleton<INotificationService, NotificationService>();
services.AddSingleton<INotificationHelper, NotificationHelper>();
}
public static void RegisterJobs(this IServiceCollection services)