marto, Thanks for your suggestion. I have enabled debug and see the following information in the debug file
>> 250 2.1.0 <someid>... Sender ok << RCPT TO:<someid> >> 250 2.1.5 <someid>... Recipient ok (will queue) << DATA >> 354 Enter mail, end with "." on a line by itself << To: someid << From: someid << Reply-to: someid << Subject: Provisioning Status << Date: Wed, 23 Nov 2011 11:48:32 +0530 << X-Mailer: Perl script "sendmail.pl" << using Mail::Sender 0.8.16 by Jenda Krynicky, Czechlands << running on station28 () << under account "ncoadmin" << Message-ID: <20111123_061832_062548.someid> << MIME-Version: 1.0 << Content-type: multipart/mixed; << boundary="Message-Boundary-by-Mail-Sender-1322028872" << << This message is in MIME format. Since your mail reader does not und +erstand << this format, some or all of this message may not be legible. << << --Message-Boundary-by-Mail-Sender-1322028872 << Content-type: text/html << Content-transfer-encoding: 7BIT << << Test email << --Message-Boundary-by-Mail-Sender-1322028872-- << << . >> 250 2.0.0 pAN6EWQt009431 Message accepted for delivery << QUIT >> 221 2.0.0 station28 closing connection
So, it says
Message accepted for delivery << QUIT
Can we confirm that the email is fired? If so, what can be the reasons that email is not showing in my inbox?

In reply to Re^2: Problem with Mail::Sender module by ashok.g
in thread Problem with Mail::Sender module by ashok.g

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.