Subject: | Send->("SMTP") setting doesn't work on Unix |
MIME::Lite->send('smtp', $smartHost);
$msg->send;
This fails trying to find sendmail on a Unix system. Global setting of
this does not appear to work properly and tries to auto discover instead.