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

hi...I want to use MIME::Lite to send mail via Yahoo...what do I use for mailhost...I've seen 'smtp.mail.yahoo.com' and that gets a message 'connection actively refused'(paraphrased)

Replies are listed 'Best First'.
Re: MIME::Lite / Yahoo / Windows
by davido (Cardinal) on Jun 14, 2013 at 16:08 UTC

    I want to use MIME::Lite...

    Why would you want to do that? WAIT!:

    MIME::Lite is not recommended by its current maintainer. There are a number of alternatives, like Email::MIME or MIME::Entity and Email::Sender, which you should probably use instead. MIME::Lite continues to accrue weird bug reports, and it is not receiving a large amount of refactoring due to the availability of better alternatives. Please consider using something else.

    ...and...

       CPAN RT
    New 	    37
    Open 	    11
    Stalled      1
    

    Dave

      thanks Dave