NAME

Rit::Base::Renderer::Email::From_email - Renders an email for sending

render_body_from_template

render_parts

render_part

render_header

The header depends on the body. The body depends on the header.

set_burner_by_type

  $p->set_burner_by_type( $type )

Calls Para::Frame::Burner/get_by_type and store it in the page object.

Returns: the burner

burner

  $p->burner

Returns: the Para::Frame::Burner selected for this page

burn

  $p->burn( $in, $out );

Calls Para::Frame::Burner/burn with ($in, $params, $out) there $params are set by /set_tt_params.

Returns: the burner

template

May not be defined

set_template

paths

  $p->paths( $burner )

Automaticly called by Template::Provider to get the include paths for building pages from templates.

Returns: /incpath

sysdesig

SEE ALSO

Para::Frame