jrProcessEmail
The jrProcessEmail function is used to "process" a set of email templates (*_subject and *_message)
array
jrProcessEmail
(string $tpl, array $_rp, [string $module = false])
-
string
$tpl: Template sub-string name
-
array
$_rp: Array of key -> replacement values for htmlShowTemplate()
-
string
$module: Module if defined, the function will look in the module's template directory for email templates
|