Something I'd be interested in is why your boss "direct[ed]" you to SendMail.pm. Does he know of particular features of that package that make it superior to the ones available on CPAN? Or was it the first one he heard of?

Note that a significant bonus of using Net::SMTP is that it is a well-known and widely used package, and thus carries a strong presumption of having gone through a battle-tested QA process. Of course, that a module is on CPAN is no *guarantee* of its high quality, but Net::SMTP is one of the modules that has a good pedigree and is widely used.

That said, it's probably worth taking a look at SendMail.pm and running it through, say, Dominus' "repair shop/ red flag" process (see his home node for more; here is a link to one of the articles he wrote for perl.com) to get a handle on the quality of the code.

HTH.

I mistrust all systematizers and avoid them. The will to a system shows a lack of integrity


In reply to Re: SendMail vs. Mail::Sender by arturo
in thread SendMail vs. Mail::Sender by exphysicist

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.