SYNOPSIS

 my $fmt = HTML::FromMail->new
  ( templates => ...
  , formatter => 'OODoc'    # but this is also the default
  );

See SYNOPSIS in HTML::FromMail::Format

DESCRIPTION

Convert messages into HTML using manual OODoc::Template. This is a simple template system, which focusses on giving produced pieces of HTML a place in larger HTML structures.

See DESCRIPTION in HTML::FromMail::Format