The display
method in Smarty converts the Smarty template to HTML, and then outputs that to the page.
Is there any way that I can convert a Smarty template to HTML, and save the contents of such in a variable?
I want to use Smarty to render an email template, but then obviously send that email to a user.