Set up MIME::Lite on Windows 7 without Outlook
问题 I run ActiveState's ActivePerl on my Windows 7 box. I just installed the MIME::Lite module using the PPM (Perl Package Manager). The installation went fine. However, as I try to run a very simple script use strict; use MIME::Lite; my $msg = MIME::Lite->new( From => 'myname@host.com', To => 'myname@host.com', Subject => "Mail Test", Data => "Test Test!!", ); $msg->send; I got this error: SMTP Failed to connect to mail server: at C:\...\mail_test.pl line 10 Does that mean I need to install a