Earnie,
I would say the same back to you. Give the folks here the benefit of the doubt. I would go so far as to say that every monk here has had their fill of UCBE and is sick of it. If they err on the side of caution and don't want to help enable a SPAMMER that is understandable.

OTOH: if you were to state what volunteer organization this is for and provide a link to that more folks would be willing to help you. You won't convince everybody but will convince some.

To answer your question from a technical perspective, here's a thought:

: : much handwaving : : @lists = array of arrays with each sub array containing : a reduced subset of recipients foreach my $sublist(@lists){ my $msg=MIME::Lite->new( To => join(",",@$sublist), Subject => 'Daily blast', Type => 'TEXT', # or whatever Data => $body # again, whatever ); msg->send; # Modify MIME::Lite->send() accrodingly sleep(30); # tune this accordingly }

Another thought is why not use a regular mailing list agent such as EZMLM or some such? Some ISPs and hosting providers provide accounts with access to such and if this is an opt-in list then there should be no reason to re-invent the wheel.

Just my $0.02 worth...


In reply to Re: Re: Re: Bulk Email by blue_cowdawg
in thread Bulk Email by erniep

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.