Help for this page

Select Code to Download


  1. or download this
    {
      my %args = @args[1..$#args];
      $smtp->auth($args{AuthUser}, $args{AuthPass}) 
        if (defined $args{AuthUser} and defined $args{AuthPass});
    }