Hi all.
We have several small mail lists (about 200 addresses) that we gather
from our websites to send out updates, news, etc.
I store the addresses in a database and use a simple php script to
cycle through them and send them out. I was having some problems with
overloading the mailserver, so my host recommended a 1 second "sleep"
between sends, which seems to work well. Unfortunately, our host also
set an execution time limit of 60 seconds on php scripts, so the
scripts time out and don't send to the whole list. I worked up a few
ways around this by using crons to send to batches of 50 at a time,
but this is a pain. I also tried some of the php mailers, but the
only option they offer to send to a list ends up revealing the whole
sender list in each email. My host suggested a cgi script might be a
better way to go.
Right now, I create a variable which holds an html string, and send
that along with the necessary headers for html email to the list.
Can anyone point me to some cgi code that I could use to send it?
Thanks!
steve
____ The WDVL Discussion List from WDVL.COM ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
Send Your Posts To: [email protected]
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016
Please include the email address which you have been contacted with.