Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    # Send email and finish
    sendmail( %mail ) or die "Error: $Mail::Sendmail::error\n";
    printf "\nMail Sent @ $date\n";
    
  2. or download this
    use strict;
    use warnings;
    ...
    );
    
    $msg->send;