in reply to MIME::Lite question

Hi,

Try un commenting the #$msg->send(); so that it reads $msg-send();.
You may also wish to read the documentation which shows examples and details configuration as you need to specify a mail server.

Hope this helps,

Cheers

Martin

Replies are listed 'Best First'.
Re^2: MIME::Lite question
by Anonymous Monk on Jun 15, 2005 at 11:22 UTC

    Thanks for the replies, even after removing the comment it is not working

      Hi,

      If all you have done is un comment that line its not going to work.
      Have you specified a mail server as indicated in the previous posts by jbrugger and myself?
      If you have supplied details for a mail server, make sure they are valid and that the mail server can be reached from the system the script is running on.
      Failing that, please post the code you now have.

      Hope this helps,

      Cheers

      Martin

        POP3, is there anyway to identify the mail server name in my system?