Before I get
Chipped let me assure you this is a
pro bono project for a web-community site used by aid workers in the field, and the list in question is active opt-ins to this and only this non-profit service...
That said - my task is to automate the process of sending the weekly email, which at present is done by the administrator cutting and pasting fifty email addresses at a time into his email client's cc field. It's a simple job, as the emails are all on a MySQL db. BUT I've only ever done one-off emailings from scripts,a and I seem to remember hearing that
Mail::Sendmail, my module of choice for these, can break at high volume. I looked at
Mail::Bulkmail, which seems to do what I want, but hasn't had an update for a couple of years, which always makes me wary - is there some reason why it has languished? None of the other mail modules sounded like they did what I want, which is basically to do what Mail::Sendmail does, only reliably for large numbers. This sounds like something I'm only about the millionth person to want to do - do you have a fave module? Or am I wrong to fear Mail::Sendmail will break?
§
George Sherston
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.