in reply to Re^3: Unable to send email using MIME::Lite
in thread Unable to send email using MIME::Lite
$host I set as smtp.gmail.comMIME::Lite->send('smtp', $host, Timeout=>60,Auth=>'LOGIN',AuthUser=>$f +rom,AuthPass=>$pass,Port => 465, Debug => 1);
|
|---|