Help for this page

Select Code to Download


  1. or download this
    # add new global that the top
    my $SenderOpts = '';
    ...
        }
    }
    
  2. or download this
        if ($SenderOpts) {
             $smtp->auth( $SenderOpts->{auth_username}, $SenderOpts->{auth
    +_password} );
        }