Help for this page

Select Code to Download


  1. or download this
    #! c:\perl\bin\perl.exe
    
    ...
    $smtp->datasend($name, $company, $country, $email);
    $smtp->dataend();
    $smtp->quit(); # all done. message sent.