Hello,
In order that emails sent I need to set an email header value. I can only find documentation (Email Server configuration | Alfresco Documentation) for a very small set of email configuration. Does anyone know how to set additional email header values?
Thanks,
Michael
That makes perfect sense. Since you are using APS (enterprise version), please feel free to raise a new feature request that will allow users to inject additional custom headers to all emails. A new custom extension point (Hook points | Alfresco Documentation) would be the simplest and easiest to solve this.
In the mean time, a workaround might be to use a service task/task listener/event listener etc to send emails where you can add additional headers when sending emails. eg: activiti-examples/activiti-custom-email-extension at master · cijujoseph/activiti-examples · GitHub
Ciju