in reply to Net::SMTP auth fails
It says you don't have the Authen::SASL module installed. It is required for the auth function. If you can get by without calling auth, then just comment that out, otherwise issue a "perl -MCPAN -e 'install Authen::SASL'" and you should be all set — after some effort.
-Paul
|
|---|