Help for this page

Select Code to Download


  1. or download this
    sub over {
      $self = @_;
      $self->{SMTP}->quit;
    
  2. or download this
      ...
      use MySMTP;
    ...
          $mail->sendMail($addr,"how are you");    
      }
      $mail->over();  ## Add here