This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Allow setting e-mail headers in configuration file #13951
Labels
A-3PID
3rd party identifiers: e.g. email, phone number
A-Config
Configuration, or the documentation thereof
A-Email-Push
Email notifications
A-Push
Issues related to push/notifications
good first issue
Good for newcomers
O-Occasional
Affects or can be seen by some users regularly or most users rarely
S-Minor
Blocks non-critical functionality, workarounds exist.
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
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.
The text was updated successfully, but these errors were encountered: