in reply to Net::SMTP Problem...

Why don't you just tell MIME::Lite to use Net::SMTP to send the message?:

... $msg->send('smtp', "smtp.myisp.net", Timeout=>60);

Jenda
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
   -- Rick Osborne

Edit by castaway: Closed small tag in signature