mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
finish implementing mass email feature
This commit is contained in:
parent
7a2a057346
commit
ca94694076
7 changed files with 162 additions and 56 deletions
|
@ -5,6 +5,8 @@ namespace Ombi.Services.Jobs
|
|||
public interface IMassEmail
|
||||
{
|
||||
void Execute(IJobExecutionContext context);
|
||||
void MassEmailAdminTest(string html);
|
||||
void MassEmailAdminTest(string html, string subject);
|
||||
void SendMassEmail(string html, string subject);
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue