SproutCMS

This is the code documentation for the SproutCMS project

function SkinnedHTML()

Sets the message content to be the specified content, with the email skin around it
Content can either be a HTML string or a View.

Usage

void $Email->SkinnedHTML ( string|View $content [, array $extraparams [, string $template ]] );

Arguments

  1. string|View $content
    The content for the email.
           In the outer view becomes the parameter $content.
  2. array $extraparams = NULL
    Optional extra parameters to set for the outer view.
  3. string $template = skin/email
    The template to use for the outer view. The default is "skin/email".

Return value

  • void