How to modify an email template
Added by cc cc about 3 years ago
Dears,
The email notification about an issue update contains two parts:
The email notification about an issue update contains two parts:
- information from journal what have changed
 - issue overview
 
Sometimes the full issue overview is very long,because I defined many fields in an issue,and My question is:
How to modify an email template to implement custom content or How to delete the second part(issue overview) in the email notification?
Redmine version: 4.0.2-1
Thank you!
Replies (1)
    
    RE: How to modify an email template
    -
    Added by cc cc about 3 years ago
  
  I have done it.
I edited 4 files:
xxx\redmine-4.0.2-1\apps\redmine\htdocs\app\views\mailer\
   _issue.html.erb
    _issue.text.erb
    issue_edit.html.erb
    issue_edit.text.erb
	reference topic:
[https://www.redmine.org/boards/2/topics/50644]