|
#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? |
|
#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 Folding@Home Stats : |
|
#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. |
![]() |
| 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 |