Other Uses For Smarty
Introduction
Many people think of the Smarty Template Engine as a system for separating presentation from application logic. This is indeed true, but many people also only consider Smarty for outputting their web site HTML/XHTML. This brief article goes over other situations where Smarty may be useful in your PHP application.
First, we go over how Smarty can be used for managing emails that your site sends out, then we go over other situations where it may be useful to use Smarty.




