Page 1 of 1

Plugin Development 1.2.3: changing e-mail subject

Posted: 02 Nov 2010, 15:02
by dandjo
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

Re: Plugin Development 1.2.3: changing e-mail subject

Posted: 02 Nov 2010, 15:12
by atrol
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

Re: Plugin Development 1.2.3: changing e-mail subject

Posted: 02 Nov 2010, 17:11
by dandjo
This feature would really rock the house! :)
A plugin event or a template functionality would be the best i think.