-
Bug
-
Resolution: Fixed
-
Major
-
None
While the default templates provided by the emailext are very well designed and useful there is a genuine need for the pipeline user to be able to add extra information (message) to the default template without having to copy the template and modify it.
If emailext would accept a generic message (which can be undefined), and include it in the emails sent it would allow users to re-use the existing templates without having to copy them.
You can kinda already do this as the templates are just macros. You can't add info in the middle of them but you can add stuff before and after. But yes I can see a point to allowing you to add arbitrary content at specific locations. But possibly better to just split the templates up into section chunks so you can include what you want and interleave/change order as needed and have the current templates just include those pieces. If you feel like doing this I will accept a pull request.