Help for this page

Select Code to Download


  1. or download this
    sub subject {
      'Subject: default subject';
    ...
    sub from {
      'From: default_from@example.com';
    }
    
  2. or download this
    my %config = (
      to =>      { regex => '^To:\s', sub => \&to },
    ...
        }
      }
    }