Fixed the mass email, it was only being set to users with the newsletter feature #358

This commit is contained in:
tidusjar 2017-02-03 14:45:39 +00:00
parent 29c8b456f4
commit 425522ea06
3 changed files with 59 additions and 18 deletions

View file

@ -142,7 +142,7 @@ namespace Ombi.UI.Modules.Admin
}
if (key.Equals(JobNames.RecentlyAddedEmail, StringComparison.CurrentCultureIgnoreCase))
{
RecentlyAdded.Start();
RecentlyAdded.StartNewsLetter();
}
if (key.Equals(JobNames.FaultQueueHandler, StringComparison.CurrentCultureIgnoreCase))
{