|
#51
|
||||
|
||||
|
Quote:
Have you created a ticket regarding this so that we can look into it further and get it resolved? If so, can you please provide the ticket ID?
__________________
Larry Brower, CCENT Linux System Administrator II Hostgator.Com, LLC |
|
#52
|
|||
|
|||
|
thanks this has been an excellent help i needed that
do i need to keep my browser open the entire time until it send out all emails or it is fine to close it? thanks again |
|
#53
|
|||
|
|||
|
I am experiencing the same problem. It only sent out the first "throttled" batch. I have made some changes and will set up a CRON Job. I want to finish the emailing that was started but never completed but can not find any information whether you can just requeue and it will continue to send without resending to the users who already received it. Any ideas on this.
|
|
#54
|
|||
|
|||
|
Can someone explain please why the timing does not make sence. I changed the batch sending as suggested to 480. I then had a message to say one message had taken 15 hrs to send and yet 3200 emails were sent in an hour, not what i had wanted to happen. How can you set it up that only 200 emails are sent in an hour
cheers Derek |
|
#55
|
|||
|
|||
|
Quote:
I cannot understand why by saying a batch of 480 ensures less than 200 emails are sent in an hour or am i being slightly senior ;-) Derek |
|
#56
|
|||
|
|||
|
It seams so many are confused as to how throttling works. I tried phplist and found it to be not very user friendly so I searched around for something else and came across already mentioned pommo. It works great and allows me to send emails to more than 500 users.
The way throttling works, isn't that it sends a whole 200 mails straight away and then waits an hour before sending another 200. If you set it to throttle and to send no more than 200 an hour, it works out how many seconds it should wait between the sending of each email. Pommo is very easy to use in this case. You can set it to how ever many emails you want to be sent in one single hour. I'm on reseller so my limit is 500 emails per hour. I have my pommo settings set at 480 emails per hour. This means that it will space out the email sendings so that 8 emails are sent every minute. On shared hosting plans with a limit of 200 emails per hour, it's advised as already stated to set your limit at 180 which means 3 emails are sent every minute ensuring that you never go over the limit. Also with pommo, once you start the mailing process, you can close your browser and the mailing will continue to send emails even if your computer is switched off. There is also no need for using cron with pommo. Hope this helps. |
|
#57
|
||||
|
||||
|
Quote:
__________________
- David |
|
#58
|
|||
|
|||
|
For people struggling with the cronjob
The command that worked for me was: /usr/local/bin/php -c /home/MYUSERNAME/php.ini -q /home/MYUSERNAME/public_html/MYPATH/lists/admin/index.php USER=MYUSERNAME -p processqueue important for me where: /usr/local/bin/php to use the right php version -c /home/MYUSERNAME/php.ini for some reason phpshell uses a cusomized php.ini (I suppose fantastico did that) Just try different options at ssh and keep in mind that cron can use different environment vars, that's why I had to use the full path to php |
|
#59
|
|||
|
|||
|
Quote:
Followed this but got the following message Started A process for this page is already running and it was still alive 120 seconds ago Sleeping for 20 seconds, aborting will quit Sending in batches of 3 emails Sent in last run: 1 Skipped in last run: 0 <div id="dberror" style="position: relative; background-color: #aa0000; border: 2px solid #000000; color: #ffffff; ">Database error 0 while doing query MySQL server has gone away</div> Script stage: 1 Finished, Nothing to do Finished, All done I cannot get the list to send more than 6 emails beforeit dies :-( |
|
#60
|
|||
|
|||
|
My cron that works is based off of pjeutr, but also requires an environment variable to be set.
USER=<PHPListAdminUsername>; export USER; /usr/local/bin/php -c /home/<HostGatorUsername>/php.ini -q /home/<HostGatorUsername>/public_html/lists/admin/index.php USER=<PHPListAdminUsername> -p processqueue This is for a situation where your PHPList Admin username is different from your HostGator account username. There are four places above that need to be changed for your situation. |
|
#61
|
|||
|
|||
|
I like this particular article It gives me an additional input on the information around the world Thanks a lot and keep going with posting such information. I appreciate the concern which is been rose. The things need to be sorted out because it is about the individual but it can be with everyone. I like this particular article It gives me an additional input on the information around the world Thanks a lot and keep going with posting such information.
=========================http://www.plrprivatelabelrights.com/plr-ebooks |
|
#62
|
|||
|
|||
|
I just wanted to comment & say keep up the quality work. I’ve bookmarked your froums just now and I’ll be back to read more in the future my friend! Also well-chosen colors on the theme it goes well with the blog in my modest opinion(yhm20110416)
|
|
#63
|
||||
|
||||
|
Another spammer
__________________
- David |
|
#64
|
|||
|
|||
|
|
|
#65
|
||||
|
||||
|
Another spammer
__________________
- David |
|
#66
|
|||
|
|||
|
What does HG recomend for the cron job settings, I have the paths set, but should the cronjob run every 15 minutes, 30 minutes or 1 hour etc?
Any help is appreciated. |
|
#67
|
|||
|
|||
|
I found that after the change to phpsuexec I had to change my crontab line to read:
/usr/local/bin/php -q /home/username/public_html/newsletter/admin/index.php -p processqueue > /dev/null; ________________ Chocolate Fountain Rental Simi Valley |
|
#68
|
|||
|
|||
|
When I import a list of 2000 + members confirmed that the user instead of marking all as phplis confirmed.I recently installed almost all applications for approval submitted by HG for exceeding the maximum number of messages sent per hour. So I tried the following "starter phplist:: How to" instructions to control the amount of emails sent per hour and stay inside. So I went to "reconcile users" to return phplist
dealer license | indiana auto dealers liscense |
|
#69
|
|||
|
|||
|
Cool, so the 200 email per hour limit _does_ apply to the mailing lists as well!
I had assumed, up till now, that the limit did not apply to mailing lists as long as you kept them throttled as per HG's specs. Antonio. ![]()
|
|
#70
|
|||
|
|||
|
Hi,
Thanks for the post,this is really useful and I will do the same,if I find any problems will post here |
|
#71
|
|||
|
|||
|
I was wondering about a question asked earlier in this tread. Do we need to leave our browser open while PHPlist is working. It doesn't seem likely. In fact, I am guessing I don't even have to have my laptop on. I THINK everything is done on HG servers so I shouldn't need to leave anything on or open on my side.
Can anyone let me know if I am correct? Thanks in advance and thanks to all the great help in this forum.
|
![]() |
| Bookmarks |
«
Previous Thread
|
Next Thread
»
| 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 |
| phplist installation | britbob | Shared Hosting Support | 20 | 11-07-2005 08:08 AM |
| Question about PHPList and 200 email connections/hour cap. | msd | Shared Hosting Support | 2 | 10-25-2004 05:21 PM |
| Fast and Helpful Support Appreciated - PHPList | BeenToDixie | Customer Reviews | 0 | 06-23-2004 09:18 AM |
All times are GMT -6. The time now is 06:07 PM.














