Help for this page

Select Code to Download


  1. or download this
       $obj = $type->SUPER::new(PeerAddr => ($host = $h), 
                                PeerPort => $arg{Port} || 'smtp(25)',
    ...
                                                    ? $arg{Timeout}
                                                    : 120
                               ) and last;
    
  2. or download this
    my $s = Net::SMTP->new( $host, Port => $port );