mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Added first implimentation of the Notification Service #8
Added tests to cover the notification service
This commit is contained in:
parent
aa5304b8dd
commit
b9a886d5dc
13 changed files with 410 additions and 10 deletions
|
@ -4,6 +4,7 @@
|
|||
{
|
||||
public string EmailHost { get; set; }
|
||||
public int EmailPort { get; set; }
|
||||
public bool Ssl { get; set; }
|
||||
public string RecipientEmail { get; set; }
|
||||
public string EmailUsername { get; set; }
|
||||
public string EmailPassword { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue