mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
feat: other email notifications for approved/available
also adds UI to configure email notifications to frontend
This commit is contained in:
@@ -65,6 +65,7 @@ interface NotificationAgentDiscord extends NotificationAgent {
|
||||
|
||||
interface NotificationAgentEmail extends NotificationAgent {
|
||||
options: {
|
||||
emailFrom: string;
|
||||
smtpHost: string;
|
||||
smtpPort: number;
|
||||
secure: boolean;
|
||||
@@ -120,6 +121,7 @@ class Settings {
|
||||
enabled: false,
|
||||
types: 0,
|
||||
options: {
|
||||
emailFrom: '',
|
||||
smtpHost: '127.0.0.1',
|
||||
smtpPort: 465,
|
||||
secure: false,
|
||||
|
Reference in New Issue
Block a user