http://www.perlmonks.org?node_id=71874


in reply to how do i send an email with perl in window system

A few non-Perl, Yahoo!-specific things to consider:

As for Perl, TIMTOWTDI. The combination of Mail::Sender (for the SMTP) and Mail::POP3Client (for the authentication) may work with Yahoo! mail without the need for SendMail. Both are available on ActiveState's PPM Package Repository.