|
#26
|
|||
|
|||
|
To throttle emails, out of everything I read above, I liked the following recommendation best by 'newview' and tried it:
define("MAILQUEUE_BATCH_SIZE",3); define("MAILQUEUE_BATCH_PERIOD",60); define('MAILQUEUE_THROTTLE',19); However, although this seemed to work, it actually appeared to take another minute to restart each batch job... then it would fail. Other restarts would then struggle... all for no real reason of course. So I tried the following ONE SIMPLE SETTING: define('MAILQUEUE_THROTTLE',20); Leaving the other two settings as: define("MAILQUEUE_BATCH_SIZE",0); define("MAILQUEUE_BATCH_PERIOD",0); And it worked perfectly. Each send initiates ONE batch job, and it ran thru 2500 emails without interruption, maintaining a 179 msgs/hr rate. Such a simple solution to a frustrating problem.
|
|
#27
|
|||
|
|||
|
MAILQUEUE_THROTTLE is mutually exclusive of MAILQUEUE_BATCH_SIZE and MAILQUEUE_BATCH_PERIOD.
The former simply dictates how long it should wait between each message, so it requires a little math if you're trying to limit to X per hour. The current maximum for HG is 500 per hour, so a throttle time of 20 seconds is pretty long. a setting of 10 will do about 360 per hour. a setting of 8 will effectively do 450 per hour which leaves you up to 50 more emails per hour. The latter settings just allow you to bluntly say no more than 450 per hour for example. |
|
#28
|
|||
|
|||
|
Just a small adding in favor of Hostgator.
The free services are for groups that want to have regular and multiple messages per day. I have been using PHPList on Gator's and another hosting company and the rules are everywhere the same. If you run a shared outfit there are restrictions (both in services and in price that you pay.) My list was over 1000 (could be easily over 10,000) and my mailings were once a month. With the throttling and cron job and proper settings it takes a day to send out one mailing for 4500 - 4800 members and a little over two days for 10,000 members. The nice difference between yahoo.groups and PHPList is the template setting so you brand the letter for your purpose. And even when you do an mailing every week, you would still be safe. If you go over the 10,000 members start thinking of a commercial mail program... Cheers Michel |
|
#29
|
||||
|
||||
|
Quote:
Give it a try. Moderators: If you don't like me giving the location for the poMMo product, just remove the URL. You can always use Google
|
|
#30
|
|||
|
|||
|
Quote:
I'm in the process of setting up a somewhat small list on a shared server. While I don't anticipate I'll hit the cap, I'd like to be absolutely sure should the list grow, or ___ (insert reason here) So, with a list of 300 or so, I'd still like to make sure that I'm throttling the send properties through phpList. Our anticipated mailing is about one newsletter per week. Could someone from HG comment on this, and it (still) being valid and current to todays environment. Regards- ~Q |
|
#31
|
||||
|
||||
|
I'm looking to setup a mailing list for a client also, and I'm afraid I haven't been able to positively get the answer to this question out of this thread:
IF the list has more than 500 emails, even with throttling, will those emails over 500 get dropped? Seems like there are answers both ways. Thanks. |
|
#32
|
||||
|
||||
|
If you have more than 500 in your list then you would need to use a program to limit the number of emails sent out so that no more than 500 are sent in an hour. All of the messages should get sent as long as you stay under the limit.
|
|
#33
|
||||
|
||||
|
Well, that's my question, does the throttling that's shown in this thread actually hold over any messages over 500 to the next hour, or does it just simply drop them? Can't seem to find a straight answer.
|
|
#34
|
||||
|
||||
|
This thread discusses using PhpList to throttle the sending and if you use PHPList with the settings as described you should have no problems. The PHPList script will hold emails until it is time to send the next batch. HG does not throttle sending, you must use a program or script to do so. I have used DadaMail in the past and it works fine allowing you to control the email by sending in batches.
|
|
#35
|
||||
|
||||
|
Thank you, that's what I was looking for!
I guess I got confused by this exchange... Quote:
|
|
#36
|
||||
|
||||
|
Remember that the throttling discussed here is specific to the phplist software. PHPlist holds the messages back from hitting the HG email server so that HG never sees more than the amount you're supposed to get.
On the other hand, were phplist (or any software) to try and go over the limit, HG's server would just cut it off. In other words, the HG server doesn't throttle. Your software (in this case, phplist) must.
__________________
Follow me on Twitter! http://twitter.com/mrw |
|
#37
|
|||
|
|||
|
Still hoping to get some input on post 30 where I asked a few questions of the admins at HG.
Much thanks- ~Q |
|
#38
|
|||
|
|||
|
Help me out here, i'm a bit slow...
If I have a registration page that sends out email verification using mailto, and I have 3 people send in registration at the same time (within a 6 sec timeframe) 2 will get dropped or no? |
|
#39
|
||||
|
||||
|
No-- if 501 people register in the course of one hour, 1 will get dropped.
__________________
Follow me on Twitter! http://twitter.com/mrw |
|
#40
|
||||
|
||||
|
Then again if you have that many people signing up -- and I wish I did -- you want to consider upgrading the hosting plan. Or use a commercial mailing list service.
|
|
#41
|
|||
|
|||
|
I managed to figure it out to throttle at one every 7 secs. I am now wondering if they are getting out!
|
|
#42
|
||||
|
||||
|
I always add one or two of my email accounts to the mailing list so that I can see a delivered copy.
|
|
#43
|
||||
|
||||
|
Quote:
For mailing list software, I use poMMo (check www.pommo.org for more). It's not fully developed, but simple to use and you can easily work around its missing features until the final version appears. In fact, it's probably about 20% as difficult as phplist, which makes it great in my book. Last edited by Rockoids; 05-26-2008 at 05:19 PM. |
|
#44
|
|||
|
|||
|
Just installed Drupal Messaging Module (http://drupal.org/project/messaging)
I have noticed that it has features related to "Limits for queue processing" as seen below. Has anyone used it yet? Could it provide the throttling required by HG shared hosting? ![]() Home » Administer » Site configuration . Messaging - Settings Limits for queue processing These are the limits for each cron run on queue processing. The process will stop when it first meets any of them. Set to 0 for no limit. Number of messages sent: 0 Time (seconds): 0 Time (% of cron time): 0 Maximum percentage of cron time the process may use. |
|
#45
|
|||
|
|||
|
I'm on a standard dedicated, moving down to a basic, and working with phplist.
I'm looking for someone available for consulting on this throttling issue, if you are available please PM me. I have a deadline, and just want to make sure all is set up properly. Thanks Matt |
|
#46
|
||||
|
||||
|
We don't allow hidden image spam here. I'm also reporting your affiliate ID of herbal209 to Hostgator affiliate support.
__________________
Follow me on Twitter! http://twitter.com/mrw |
|
#47
|
|||
|
|||
|
I'm trying to configure my phpList, but I have some problems like:
Database error 1146 while doing query Table 'pescando_plst1.phplist_user_user' doesn't exist Today I don't have good ideas Thanks
|
|
#48
|
|||
|
|||
|
I am still confused, what is the final answer for the throttle value if
define("MAILQUEUE_BATCH_SIZE",480); define("MAILQUEUE_BATCH_PERIOD",3600); # to avoid overloading the server that sends your email, you can add a little delay # between messages that will spread the load of sending # you will need to find a good value for your own server # value is in seconds (or you can play with the autothrottle below) define('MAILQUEUE_THROTTLE',0); |
|
#49
|
|||
|
|||
|
Hostgator sucks. Fantastico installs don't work. Period. I've tried about a dozen Fantastico installs and nothing works. Including PHP list.
|
|
#50
|
||||
|
||||
|
Quote:
__________________
quietFinn - netFinn Finland "Be who you are and say what you feel because those who mind don't matter and those who matter don't mind." - Dr. Seuss |
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHPlist does not install correctly | NetKontent | Pre-Sales Questions | 9 | 08-28-2007 01:49 PM |
| Fast and Helpful Support Appreciated - PHPList | BeenToDixie | Customer Reviews | 0 | 06-23-2004 09:18 AM |