I need to be able to put something in the first line of any emails that get sent out by the system that I'm deploying and I have not been able to find an _email.header_ equivalent of the _email.footer_ configuration option within _alert_actions.conf_.
I have contemplated having to make a customised version of _apps/search/bin/sendemail.py_ and adding a _apps/search/local/commands.conf_ that points to it, but I want to exhaust any other options first.
My hope is that I can have a system-wide default header which can then be overridden if necessary.
Can it be done without creating a local customisation of sendemail.py?
↧