SproutCMS

This is the code documentation for the SproutCMS project

function getHtml()

Return email text HTML

Usage

unknown EmailText::getHtml ( string $code , array $field_values );

Arguments

  1. string $code
    The email template to use
  2. array $field_values
    The field values to replace into the template.
           Don't escape these, they'll be escaped for you.