Sorry Kcott, here is the head of my code

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

In reply to Re^2: Issue using MIME::Lite by pmboda
in thread Issue using MIME::Lite by pmboda

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.