On Tue, 2 May 2006, Robert Seymour wrote: > I would like to send out announcement emails M-F (in cron?) stating > something like "Check out todays cartoon at > http://birdbreath.com/images1/20060502.png" with the dated file name > changing each day.
> Does Mailman have the capability to do this? If so, where can I find No, but you don't need it to. It's a separate problem. Mailman's job is simply to distribute mail sent to it to all members. What you are looking for is something that will generate a dated e-mail at a given time to "some address" . That "some address" happens to be a mailing list is irrelavant. That's the beauty of breakign problems into little pieces, and solving each piece. Really, all you want is some little script to generate an e-mail with a dated link and send it to the mailing list address. A few lines of shell or perl can do it. ========================================================== Chris Candreva -- [EMAIL PROTECTED] -- (914) 967-7816 WestNet Internet Services of Westchester http://www.westnet.com/ ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
