Help for this page

Select Code to Download


  1. or download this
    [%#
    
    ...
        because some email clients don't handle classes well.
    
    %]
    
  2. or download this
    [%# Outlook has goofy spacing on list item elements.  CSS flattens it 
    +down, but then unindent
        to compensate for the default padding that we removed.
    ...
      [% style_font_family %] font-size: 9pt;
      color: black; background-color: [% bgcolor %];
    '>
    
  3. or download this
    From: example <example@example.com>
    To: example <example@example.com>
    ...
    </html>
    
    --17429257410.7ADB6.10260--
    
  4. or download this
       $text ||= HTML::FormatText::WithLinks->new(unique_links => 1)->pars
    +e($html);
    
    ...
    
       return $email;
    }