Help for this page

Select Code to Download


  1. or download this
    $smtp->datasend( "Subject: FTP Access \n" );
    $smtp->datasend( "\n\n" );
    
    #Send the body
    
  2. or download this
    my $smtp = Net::SMTP->new($smtp_server,
              Hello => $my_mail_servers_id,
              Debug => 1 ) or return 0;