in reply to Re^2: MIME::LITE Email Confirmation
in thread MIME::LITE Email Confirmation

You can't use the string 'true' like that. Here $msg is your MIME::Lite object, not a string. You need to do:

if( $msg->send() ) { print "Sent"; }

Frank Wiles <frank@revsys.com>
www.revsys.com