Help for this page

Select Code to Download


  1. or download this
    my $smtp = Net::SMTP->new($INVALID, Debug => 3);
    
    ...
    {
        print $@, "\n";
    }