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


Hi all,

what is the best way/module to send mail using TLS?

Thanks :)

Replies are listed 'Best First'.
Re: Howto send mail using TLS?
by Utilitarian (Vicar) on Feb 09, 2010 at 11:22 UTC
    Net::SMTP::TLS seems to work

    print "Good ",qw(night morning afternoon evening)[(localtime)[2]/6]," fellow monks."
Re: Howto send mail using TLS?
by marto (Cardinal) on Feb 09, 2010 at 11:24 UTC

      It isn't a cpan module, how can I install it?

      Sorry but I'm a newbie in module/package management :(

      Thanks :)
Re: Howto send mail using TLS?
by afrika (Initiate) on Feb 09, 2010 at 14:43 UTC
    Thanks for your answers :)