25 Jul 2008
Support Center Home
PHPList Email Throttling
Solution
As we are primarily a website hosting provider we limit email sending to 150 emails per hour. If you wish to send out a mailing list to individuals that agree to receive that email you can use several scripts that support email throttling to do so and meet this requirement.
To limit the amount of email PHPList sends per hour locate your config file for your PHPList installation.
If you have installed the script on your domain with URL like
http://www.domain.com/phplist/
then the physical path will be :
/home/username/public_html/phplist/config/config.php
In FTP you would see
/public_html/phplist/config/config.php
2. Download this file to your PC/Mac.
3. Make a backup of this file just in case.
4. Edit the file in a text or html editor of your choice.
5. Locate the section called as "batch processing".
6. Just below you will see some the following code :
# define the amount of emails you want to send per period. If 0, batch processing
# is disabled and messages are sent out as fast as possible
define("MAILQUEUE_BATCH_SIZE",0);
Replace with:
# define the amount of emails you want to send per period. If 0, batch processing
# is disabled and messages are sent out as fast as possible
define("MAILQUEUE_BATCH_SIZE",150);
These settings tell phplist to send 150 mails per hour.
7. Save the file and ftp it back to its original location.
Now you should be able to send emails without any bounces and not overloading the server.
Article Details
Article ID:
223
Created On:
11 May 2007 03:51 PM
This answer was helpful
This answer was not helpful
User Comments
Add a Comment
Sharing is good. If you have a comment about this entry, please feel free to share. The comments might be reviewed by our staff, and may require approval before being posted. Questions posted will not be answered. Please submit a Ticket for support requests.
Fullname:
Email: (Optional)
Comments:
Back
Client Login
Billing Email:
Password:
Remember Me:
Search
-- Entire Support Site --
Knowledgebase
Downloads
Article Options
Add Comment
Print Article
PDF Version
Email Article
Add to Favorites
Home
|
Submit a Ticket
|
Knowledgebase
|
News
|
Downloads
Language:
English (U.S.)
All pages Copyright © 2002-2008 by Flux Services, Inc. All rights reserved.
All trademarks used are properties of their respective owners.
Refund Policy
Privacy Statement
Service Agreement