Help for this page

Select Code to Download


  1. or download this
    my $email_list = param ('Email_List');
    
  2. or download this
    my @email_list = param ('Email');
    
  3. or download this
    Smith, Peter (PERL) <peter.smith@perl.com>
    
  4. or download this
    ##sendmail_email.pl
    #!C:/Perl/bin/perl -w
    ...
    print "Your Message Was Sent\n\n";
    }
    exit;