mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
fix(notifications): Remove generic admin email in favour of admins' email (#4519)
This removes the generic admin email setting. Instead we use the email addresses set on the users' profile. Allows for notifications to many recipients in case of multiple admins. Email testing now sends the test email to the currently logged in user.
This commit is contained in:
parent
a3e97b31e2
commit
b90fc5fea7
8 changed files with 37 additions and 56 deletions
|
@ -10,7 +10,6 @@
|
|||
public string SenderAddress { get; set; }
|
||||
public string Username { get; set; }
|
||||
public bool Authentication { get; set; }
|
||||
public string AdminEmail { get; set; }
|
||||
public bool DisableTLS { get; set; }
|
||||
public bool DisableCertificateChecking { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue