Help for this page

Select Code to Download


  1. or download this
    sub Mail::Sender::Auth::LOGIN {
        my $self = shift();
    ...
        if (!/^[123]/) { return $self->Error(LOGINERROR($_)); }
        return;
    }
    
  2. or download this
    sub newmail {
      my ($self, $scriptname, $sender, @recipients) = @_;
    ...
      $self->output_trace_headers($scriptname);
    }