New Response mechanism will break when using Controller::render to render email content
Closed this issue · 1 comments
makeusabrew commented
Emails are commonly sent something like:
...
$email->body($this->render("some_tpl"));
...
This won't work now because render just returns true. Perhaps render should return the content it renders still, but emails need reworking to have their own smarty instance etc anyway.
makeusabrew commented
tweaking tests, bootstrap, refactoring request into singleton, fixing email render issues (closed by 036d8c1)