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
Solved! Go to Solution.
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
What are those additional email header values you referring to? can you please give a few examples?
Ciju
Sure, the options are endless as email header values are key value pairs and you should be able to add anything you like.
Good useful examples are X-header. In general X-header can refer to any non-standard header added during the sending of an email. Some examples of X-headers are:
X-Protective-Marking
X-Mailer
X-Spam-Reason
X-Brightmail-Tracker
Of particular importance to me is the X-Protective-Marking as used is government emails to properly allow access through email filters. https://www.google.ca/url?sa=t&rct=j&q=&esrc=s&source=web&cd=5&cad=rja&uact=8&ved=0ahUKEwjlnJmS8fLUA...
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
Thanks Ciju!
Ask for and offer help to other Alfresco Process Services and Activiti Users and members of the Alfresco team.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.