Help for this page

Select Code to Download


  1. or download this
    my %mail = ( 
               From     => 'tester@hotmail.com\n',
    ...
               Subject  => 'Static Email',
              'content-type' => 'text/html;                   charset="iso
    +-8859-1"',
               );
    
  2. or download this
    my %mail = ( 
                From     => 'tester@hotmail.com\n',
    ...
                'content-type' => 'text/html; charset="iso-8859-1"',
    
                );