Hi Guys,
I'm in the middle of writing a rather large script and have been using smarty for the html side of it.
I'm trying to keep all forms of output seperate from the processing stuff...
However, Its got to the point where I need the script to send out a few emails with variables in them.
I don't want to hard-code these emails into the actual script, as this would defeat the object of smarty.
So, does anyone know a method of emailing a smarty template. Or some other form of emailing stuff from a seperate file?
Smarty is preferered however
Cheers