Plugin Development 1.2.3: changing e-mail subject

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
dandjo
Posts: 14
Joined: 15 Oct 2010, 12:50

Plugin Development 1.2.3: changing e-mail subject

Post 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
atrol
Site Admin
Posts: 8566
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Plugin Development 1.2.3: changing e-mail subject

Post 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
Please use Search before posting and read the Manual
dandjo
Posts: 14
Joined: 15 Oct 2010, 12:50

Re: Plugin Development 1.2.3: changing e-mail subject

Post by dandjo »

This feature would really rock the house! :)
A plugin event or a template functionality would be the best i think.
Post Reply