in reply to Re^7: MIME::Lite question
in thread MIME::Lite question
i am working in intranet, the ip address of the server is 192.168.1.5.
if ($I_DONT_HAVE_SENDMAIL) { MIME::Lite->send('SMTP', "192.168.1.5", Timeout=>60); } else { MIME::Lite->send('SMTP', "192.168.1.5", Timeout=>60); }
i am using the above coding to send the mail.
|
|---|