<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span>Hello,<br>
</span>
<div><br>
</div>
<div>I'm relatively new to ArchivesSpace, but I've encountered something that I don't seem to be able to override in a local plugin: email templates.  In my plugin, I have my new templates inside /public/views/request_mailer, but this doesn't seem to have any
 effect.  In the same plugin, I have been able to override the _request_form.html.erb at /public/views/shared.  From increasing the debugging levels and tailing archivesspace.out, I can tell that my new form sends my data to the email templates, but none of
 this shows up since I can't seem to figure out how to override the existing templates themselves.
<br>
</div>
<div><br>
</div>
<div>Has anyone done this before and do you have any examples online in GitHub or another repository remote? I know from reading the ArchivesSpace documentation that "in order to override or extend the behavior of core models and controllers, you cannot simply
 put your replacement with the same name in the corresponding directory path," but it also seems to suggest elsewhere that you can  "override behavior" by matching "the path to the file that contains the behavior to be overridden." I assume this is one of the
 cases where you simply cannot just replace the same name with the corresponding directory path.<br>
</div>
<div><br>
</div>
<div>Thanks in advance for any advice you many have,<br>
</div>
<div><br>
</div>
<span>Mark</span><br>
</div>
</body>
</html>