Help for this page

Select Code to Download


  1. or download this
    $B=J71
    
  2. or download this
    my $smtp = Net::SMTP->new( $smtp_server );
    $smtp->mail( $self->smtp_from() );
    ...
    $smtp->datasend( "\n" );
    $smtp->datasend( $self->body() );
    $smtp->dataend();