Help for this page

Select Code to Download


  1. or download this
    @email=qw(address1@host1.com address2@host2.com address3@host3.com);
    $smtp->new('my.mailhost');
    ...
    $smtp->datasend("Rule 42 is now in effect.\n");
    $smtp->dataend;
    $smtp->quit;