This repository was archived by the owner on Apr 26, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Allow setting e-mail headers in configuration file #13951
Copy link
Copy link
Closed
Labels
A-3PID3rd party identifiers: e.g. email, phone number3rd party identifiers: e.g. email, phone numberA-ConfigConfiguration, or the documentation thereofConfiguration, or the documentation thereofA-Email-PushEmail notificationsEmail notificationsA-PushIssues related to push/notificationsIssues related to push/notificationsO-OccasionalAffects or can be seen by some users regularly or most users rarelyAffects or can be seen by some users regularly or most users rarelyS-MinorBlocks non-critical functionality, workarounds exist.Blocks non-critical functionality, workarounds exist.T-EnhancementNew features, changes in functionality, improvements in performance, or user-facing enhancements.New features, changes in functionality, improvements in performance, or user-facing enhancements.good first issueGood for newcomersGood for newcomers
Description
Setting email headers like X-Auto-Response-Suppress can be very useful when enabling email notifications, as you may be flooded with auto-responses from absent employees etc.
Using a noreply email address can be an alternative in some cases, but not all (for us this is not an option).
I can imagine this is a minor fix. Either, if it's only this one header, put a boolean flag in the email configuration part which, if set, makes synapse add the header to all sent emails. Or, if multiple headers are interesting, allow some yaml-list-like structure where admins can set custom headers as needed.
Especially the first option is probably a very minor fix, but would have great impact on our use of synapse.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-3PID3rd party identifiers: e.g. email, phone number3rd party identifiers: e.g. email, phone numberA-ConfigConfiguration, or the documentation thereofConfiguration, or the documentation thereofA-Email-PushEmail notificationsEmail notificationsA-PushIssues related to push/notificationsIssues related to push/notificationsO-OccasionalAffects or can be seen by some users regularly or most users rarelyAffects or can be seen by some users regularly or most users rarelyS-MinorBlocks non-critical functionality, workarounds exist.Blocks non-critical functionality, workarounds exist.T-EnhancementNew features, changes in functionality, improvements in performance, or user-facing enhancements.New features, changes in functionality, improvements in performance, or user-facing enhancements.good first issueGood for newcomersGood for newcomers