in reply to 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"; } [download]
Frank Wiles <frank@revsys.com> www.revsys.com