Help for this page

Select Code to Download


  1. or download this
    To: GetADiplomaOnline
    Content-Type: multipart/alternative; 
                  boundary=be638aa04b654852d0173c0e3f9b6d20
    From: some@email.address.co.uk
    to: @huge_list_of_email_addresses
    
  2. or download this
    my $email = Email::Simple->new($email_text);
    my @headers = $email->header('to');
    
  3. or download this
    'header_names' => {
      'content-type' => 'Content-Type',
      'to' => 'To',
    ...
      'to',
      'Subject'
    ]