Help for this page

Select Code to Download


  1. or download this
    my $ServerName = SMAILSVR};
    $smtp = Net::SMTP->new($ServerName)
    ...
    $smtp->data();
    $smtp->datasend();
    $smtp->quit();
    
  2. or download this
    my $ServerName = SMAILSVR};
    $smtp = Net::SMTP->new($ServerName)
    ...
    $smtp->data();
    $smtp->datasend();
    $smtp->quit();