Thanks for all the replies! I readily admit that I am not familiar with email systems or distribution lists--nor even Perl...

Truth be told, I am not even a real programmer. In my job I mainly do technical writing (English graduate), but we're a small company so I also maintain our company's website, and from time-to-time this requires some CGI programming etc. All my Perl I picked up on my own and I know it's not elegent and there's probably a million better ways to do it. Most of the time I don't know what I'm doing, but I look at examples and eventually come up with a solution if I play around with it long enough. This was why I posted my questions, to become more familiar with it and see what others are doing.

Why didn't I just go with existing mailing services? Before I even thought of using them I had already spent a lot of time collecting customer data via a form, building and maintaining a subscriber list complete with unique subscriber codes, unsubscribe scripts, etc. All customer data is stored in our own MYSQL database, and I don't know of a way to expose our collected data a service such as Mailman.

And no, I'm not a spammer. . . (*insulted grunt*). If I was a spammer, I'm sure my script would already be much more efficient and cunning and I wouldn't be posting here. :-) This is simply an opt-in Newsletter.

Anyway, thanks everyone! You've given me some direction. I will ponder upon these mysteries and attempt to come up with a course of action.

Jared


In reply to Re: Most efficient way to send mass email? by JaredHess
in thread Most efficient way to send mass email? by JaredHess

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.