Hi friends,
is there a way to change the subject of the sent e-mails within a plugin? I just found the event EVENT_DISPLAY_EMAIL, which allows me to change the text inside but not the header data of the e-mail.
Thanks!
Kind regards,
dandjo
Plugin Development 1.2.3: changing e-mail subject
Moderators: Developer, Contributor
Re: Plugin Development 1.2.3: changing e-mail subject
AFAIK there is no other chance to customize the subject than to tweak the code of function email_build_subject in file core/email_api.php
There is already an open feature request for this since long time at http://www.mantisbt.org/bugs/view.php?id=8986
There is already an open feature request for this since long time at http://www.mantisbt.org/bugs/view.php?id=8986
Re: Plugin Development 1.2.3: changing e-mail subject
This feature would really rock the house! 
A plugin event or a template functionality would be the best i think.
A plugin event or a template functionality would be the best i think.