use DBI;
use MIME::Lite;
use Net::SMTP;
command used to send the mail is
$msg->send('smtp', $mail_host, AuthUser=>'mail id', AuthPass=>'password', Timeout=>60, Debug=>1);
$msg->send;
error message is :
MIME::Lite::SMTP>>> MIME::Lite::SMTP
MIME::Lite::SMTP>>> Net::SMTP(3.07)
MIME::Lite::SMTP>>> Net::Cmd(3.07)
MIME::Lite::SMTP>>> Exporter(5.63)
MIME::Lite::SMTP>>> IO::Socket::INET(1.31)
MIME::Lite::SMTP>>> IO::Socket(1.31)
MIME::Lite::SMTP>>> IO::Handle(1.28)
MIME::Lite::SMTP=GLOB(0x9b32cf0)<<< 220 ns6631496.ip-5-196-85.eu ESMTP
+ Postfix
MIME::Lite::SMTP=GLOB(0x9b32cf0)>>> EHLO localhost.localdomain
MIME::Lite::SMTP=GLOB(0x9b32cf0)<<< 250-ns6631496.ip-5-196-85.eu
MIME::Lite::SMTP=GLOB(0x9b32cf0)<<< 250-PIPELINING
MIME::Lite::SMTP=GLOB(0x9b32cf0)<<< 250-SIZE 10240000
MIME::Lite::SMTP=GLOB(0x9b32cf0)<<< 250-VRFY
MIME::Lite::SMTP=GLOB(0x9b32cf0)<<< 250-ETRN
MIME::Lite::SMTP=GLOB(0x9b32cf0)<<< 250-STARTTLS
MIME::Lite::SMTP=GLOB(0x9b32cf0)<<< 250-ENHANCEDSTATUSCODES
MIME::Lite::SMTP=GLOB(0x9b32cf0)<<< 250-8BITMIME
MIME::Lite::SMTP=GLOB(0x9b32cf0)<<< 250 DSN
SMTP auth() command not supported on
i went round searching for response about it but no way. hope i gave more specification now |