Topics

Function ipEmailTemplate()

ipEmailTemplate — Generates e-mail message HTML using given template data, such as title, content, signature, footer, etc. To send a message generated using ipEmailTemplate() function, use ipSendEmail() function.

Description:

string ipEmailTemplate ( array $data )

Generates e-mail message HTML using given template data, such as title, content, signature, footer, etc. To send a message generated using ipEmailTemplate() function, use ipSendEmail() function. This function uses the default template, located at Internal/Config/view/email.php file. You can use your own template by overriding the default one.

Package: ImpressPages

Parameters:

array $data Associative array with template content. Default template outputs HTML using following array elements: 'title', 'content', 'signature', 'footer'.

Return values:

string Generated e-mail message in HTML format.
comments powered by Disqus