kcella has asked for the wisdom of the Perl Monks concerning the following question:

I am trying to connect to a Microsoft Exchange server using Net::POP3. The problem is that is on a different domain than the machine the application will be running on. How do I switch domains within Net::POP3 when logging in? I have tried putting the domain name before the username, but that fails too. Any other ideas?

thanks,
Kevin

Replies are listed 'Best First'.
Re: NET::POP3, setting domain
by Mr. Muskrat (Canon) on Feb 08, 2005 at 02:25 UTC

    When you give us very little help, you will get very little in return.

    What does the Net::POP3 documentation say about it? What about the documentation do you not understand? What have you tried so far? (Your source code is worth more than a thousand word description of what you have tried so far.)