Help Request: Sending Newsletter Best Practice

windows

Guest
Hi Everyone!<br /><br />For some months I've been using a simple PHP script to iterate through an ever growing list of recipients (now over 1000) for a newsletter, that's being sent weekly from one of my clients' site.<br />Beginning October some or all recipients stopped receiving the newsletter.<br /><br />My questions:<ol type='1'><li>Has there been imposed a new artificial limit as to how many mails may been sent at a given time?</li><li>Has the list grown into a preexisting limitation?</li><li>What would be a work around / What is the best practice?</li></ol>Right now my script sends all the mails individually using the regular address field. While developing I also experimented sending all mails at once using the BCC header, but decided it would cause problems with spam filters. Would this practice have an impact on my ability to send mass mails?<br /><br />Thank you for your help!<br /><br />Sebastian<br /><br /><br />Note: I just thought I'd mention that migrating to a tool as Dada Mail, as was suggested in several cases on this forum, is out of the question since the newsletter generation is tightly integrated with the site's own CMS.<br />I would really need to now the facts (server configurations / limitations) that would enable me to adapt my own solution.<!--content-->
For server limits please open a help desk ticket. That information will not be posted in the forums.<br /><br />Thanks.<!--content-->
<!--quoteo(post=155890:date=Nov 17 2005, 02:08 PM:name=TCH-Bruce)--><div class='quotetop'>QUOTE(TCH-Bruce @ Nov 17 2005, 02:08 PM) <a href="http://www.totalchoicehosting.com/forums/index.php?act=findpost&pid=155890"><img src='http://www.totalchoicehosting.com/forums/style_images/1/post_snapback.gif' alt='*' border='0' /></a></div><div class='quotemain'><!--quotec-->For server limits please open a help desk ticket.<!--QuoteEnd--></div><!--QuoteEEnd--><br />Did that and now I know the limits.<br /><br />Now I wanted to use a cron job set up in cpanel to run a script every minute that would work off the list of recipients over a couple of hours ?be free to tell me if you can think of a better approach! (Speaking of which: is there a way to dynamically add and remove cron jobs?)<br /><br />Strangely, the cron daemon sends me an extra email notification everytime it runs (to an address of which I don't even know where it is defined).<br /><br />How do I switch this off? I don't want to receive hundreds of mails every week just telling me that the cron job is actually doing its job!<!--content-->
Well, please disregard my last, utterly mindless post!<br /><br />The address where the extra output is sent to is defined in the cron jop panel of cpanel.<br />And once it's removed, the unnecessary mails stoppend dropping in?<!--content-->
 
Back
Top