<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>I posted this a while ago but I think it got lost in that tumultuous "Alternatives to Catalyst" melee. Figured I'd try again now that things have calmed down a bit....</div><br><div>Using&nbsp;Catalyst::Plugin::RunAfterRequest to handle some housekeeping after I've executed $c-&gt;detach. Works great, but...<div><br></div><div>What I'd really like to do is be able to dispatch an email from within the&nbsp;RunAfterRequest subroutine using&nbsp;Catalyst::View::Email. But when&nbsp;$c-&gt;forward( $c-&gt;view('Email::Template') ) is called, no email is sent.</div><div><br></div><div>I guess that makes sense that after -&gt;detach is called, you can't forward to any views. Or maybe there's a way around that?</div><div><br></div><div>Thanks in advance for any insights.<br><div><div><br class="Apple-interchange-newline">Steve Kleiman</div><div style="font-size: 10px; "><i><a href="mailto:steve@prodhub.com">steve@prodhub.com</a></i></div></div></div></div></body></html>