in reply to Re: Send e-mail using perl
in thread Send e-mail using perl

HI aitap..I am not much aware of this area of setting up mail client in linux. Can you please guide me on this ?

Replies are listed 'Best First'.
Re^3: Send e-mail using perl
by marto (Cardinal) on Aug 07, 2012 at 09:44 UTC

    Sounds like it's time to talk to your systems administrator.

Re^3: Send e-mail using perl
by aitap (Curate) on Aug 07, 2012 at 09:50 UTC
    What OS do you use? Try google'ing "<operating system name> MTA send mail". Maybe it will be easier to use Net::SMTP and send mail using existing mail servers (e.g. smtp.google.com).
    EDIT: some terms
    Sorry if my advice was wrong.

      Mail::Sendmail also allows you to specify another smtp server, though for gmail they'd need something which supports TLS, Super search has examples.