Help for this page

Select Code to Download


  1. or download this
    use Net::SMTP;
    use Win32::EventLog;
    ...
        $smtp->datasend("Subject: $subject\n");
        $smtp->datasend("\n");
    MORE CODE AFTER THIS...