ICA Email From Template
Categories
Component ID
1197596
Component name
ICA Email From Template
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This module provides a function developers can call in their own modules to parse a template of their choosing with a set of variables of their choosing and send the results via email.
After the module is installed the function ica_email_from_template_send becomes available. Supply a sender, a recipient, a subject, the path to the template you wish to parse, an array with variables and optionally an array with extra headers.
Use this module if you want to send out HTML mail and / or you need to supply more complicated variables to the template than the token module can handle.
