in reply to Re^3: Unable to send email using MIME::Lite
in thread Unable to send email using MIME::Lite

I ran your code, always showing me SMTP to connect to mail server:bad file descriptor
MIME::Lite->send('smtp', $host, Timeout=>60,Auth=>'LOGIN',AuthUser=>$f +rom,AuthPass=>$pass,Port => 465, Debug => 1);
$host I set as smtp.gmail.com