Associate
- Joined
- 8 Apr 2011
- Posts
- 453
Hello,
My client has an email database of roughly 70,000 users for its e-commerce site. It sends newsletters out 5 times a week. They want their emails to be sent faster, but we want to avoid blacklists.
The client currently runs PHPLIST on a dedicated server. The client would like the emails to be sent faster, as it currently takes roughly 9 and a half hours to complete. Ultimately they would like them to be sent in around 4 hours.
Currently they are using batch processing and domain throttling which alters how fast the emails are sent out. The numbers are as follows:
###BATCH PROCESSING### (The processing of general emails)
Batch Size: 10,000
Batch Duration: 3600 seconds (1 hour)
10,000 per hour
###DOMAIN THROTTLING###(The process of emails to specific domains (e.g. hotmail,gmail)
Batch Size: 999
Batch Duration: 900 seconds (15 minutes)
4000 per hour
Now, 30,000 of these addresses are microsoft emails (hotmail,live,outlook) etc.
I believe that doubling the batch sizes (or halving the batch duration) would also half the amount of time it takes to completely send. As long as the server could handle it. But the main concern is avoiding blacklists, especially HOTMAIL since that's what 42% of their customers are using!
Is this a reasonable time to complete sending?
Roughly how fast can emails be sent before getting blacklisted?
Are their any ways to create a workaround? (Multiple servers? idk)
Suggestions/Advice?
Thank you for your time,
Oliver
My client has an email database of roughly 70,000 users for its e-commerce site. It sends newsletters out 5 times a week. They want their emails to be sent faster, but we want to avoid blacklists.
The client currently runs PHPLIST on a dedicated server. The client would like the emails to be sent faster, as it currently takes roughly 9 and a half hours to complete. Ultimately they would like them to be sent in around 4 hours.
Currently they are using batch processing and domain throttling which alters how fast the emails are sent out. The numbers are as follows:
###BATCH PROCESSING### (The processing of general emails)
Batch Size: 10,000
Batch Duration: 3600 seconds (1 hour)
10,000 per hour
###DOMAIN THROTTLING###(The process of emails to specific domains (e.g. hotmail,gmail)
Batch Size: 999
Batch Duration: 900 seconds (15 minutes)
4000 per hour
Now, 30,000 of these addresses are microsoft emails (hotmail,live,outlook) etc.
I believe that doubling the batch sizes (or halving the batch duration) would also half the amount of time it takes to completely send. As long as the server could handle it. But the main concern is avoiding blacklists, especially HOTMAIL since that's what 42% of their customers are using!
Is this a reasonable time to complete sending?
Roughly how fast can emails be sent before getting blacklisted?
Are their any ways to create a workaround? (Multiple servers? idk)
Suggestions/Advice?
Thank you for your time,
Oliver