I'd like to add some metadata to the header of my action mailer preview pages. I thought the easiest way would be to override this file somewhere in my project: https://github.com/rails/rails/blob/4-2-stable/railties/lib/rails/templates/rails/mailers/email.html.erb
Seeing as other things can be overridden in the lib/templates folder I thought something similar could work. I've tried the following without luck:
- lib\templates\rails\mailers\email.html.erb
- lib\templates\mailers\email.html.erb
- lib\rails\templates\rails\mailers\email.html.erb
Is it possible to override this file somehow, and if so where?