feat(email): add sendername to email notification (#506)

* feat(email): add sendername to email notification

* feat(email): add sendername to api + move field in form

Co-authored-by: Jakob Ankarhem <jakob.ankarhem@jetshop.se>
This commit is contained in:
Jakob Ankarhem
2020-12-26 16:54:23 +01:00
committed by GitHub
parent c8d4d674f4
commit 0185bb1a70
5 changed files with 33 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ export interface NotificationAgentEmail extends NotificationAgentConfig {
authUser?: string;
authPass?: string;
allowSelfSigned: boolean;
senderName: string;
};
}
@@ -148,6 +149,7 @@ class Settings {
smtpPort: 587,
secure: false,
allowSelfSigned: false,
senderName: 'Overseerr',
},
},
discord: {