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

I have used this module to send mail. it's working fine in my machine. I have one clarification that is there need to configure outlook to use this module. I want to change this exe to some other system which doesn't have net/outlook config etc., What is minimum need to use this module?

Replies are listed 'Best First'.
Re: Mail::Sender for mail
by hangon (Deacon) on Jun 18, 2009 at 05:34 UTC
    ... is there need to configure outlook to use this module ...

    No. Mail::Sender doesn't care whether you have outlook or not. All you need is a network connection and an SMTP server somewhere that you can connect to. From the docs:

    Mail::Sender provides an object oriented interface to sending mails. It doesn't need any outer program. It connects to a mail server directly from Perl, using Socket. Sends mails directly from Perl through a socket connection.