No GUI option to customize anything about emails except the silly footer. If you're ok getting your hands dirty, you can edit the subjects in this file:
/path/to/openproject/app/mailers/user_mailer.rb
You have to make the same changes every time you update openproject because files are overwritten. Apparently email template customization is a third class citizen for openproject at this time:
I had a look at /path/to/openproject/app/mailers/user_mailer.rb What I want to do is to change the subject only for notifications that were sent because of a comment with @user. That seems not possible, right?
Replies (3)
Hey there,
No GUI option to customize anything about emails except the silly footer. If you're ok getting your hands dirty, you can edit the subjects in this file:
/path/to/openproject/app/mailers/user_mailer.rb
You have to make the same changes every time you update openproject because files are overwritten. Apparently email template customization is a third class citizen for openproject at this time:
https://community.openproject.com/projects/openproject/work_packages/29570/activity
I had a look at
/path/to/openproject/app/mailers/user_mailer.rb
What I want to do is to change the subject only for notifications that were sent because of a comment with @user. That seems not possible, right?Please find the respective feature request for Tony's question here: #35063