Help for this page
[jeffa@localhost]$ perl -le'print "yes" if -d "/usr/sbin/sendmail"' [jeffa@localhost]$ perl -le'print "yes" if -e "/usr/sbin/sendmail"' yes
Change how messages are sent ... ### Now this will do the right thing: $msg->send; ### will now use Net::SMTP as shown above