I know about modules, I use and prefer them.. read the above reply as to why I'm not using one in this case. As for cut'n'paste, well often modules rely on other modules to run.. which obviously wouldn't work and would easily render a script obnoxiously large. Yes I know that's why modules are written.
Thanks for the hint on the regex in Email::Valid, I'll take a look at it. If I remember, it's quite a monstrous piece, and I don't really know if something like that is necessitated by this project, but I'll look into it.
Hrmm.. and reading your post, I think a better answer to my question may have been, "You know, you can send mail w/out using sendmail. Talk to the SMTP server rather than sendmail", which may indeed be a better way to do it. Good idea, I say. I should have thought of that, but that's why I come here, in case I overlook something or my train of thought is off..
Anyway, thanks..
-Syn0

In reply to Re: Re: interacting with sendmail by synapse0
in thread interacting with sendmail by synapse0

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.