Experimental project

This is a sandbox project, which contains experimental code for developer use only.

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.

Project information