in reply to Using MIME::Lite on Windows
You don't have a program called sendmail installed on your windows box.
A brief search of MIME::Lite suggests...
### Do something like this in your 'main': if ($I_DONT_HAVE_SENDMAIL) { MIME::Lite->send('smtp', $host, Timeout=>60 AuthUser=>$user, AuthPass=>$pass); }
Update Super Search will find many examples of using MIME::Lite on Windows.
|
|---|