Help for this page

Select Code to Download


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