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
commit 425522ea06
3 changed files with 59 additions and 18 deletions

View file

@ -6,6 +6,6 @@ namespace Ombi.Services.Jobs
{
void Execute(IJobExecutionContext context);
void RecentlyAddedAdminTest();
void Start();
void StartNewsLetter();
}
}