Newsletter script - setting how many emails per hour?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Mr Tech
Forum Contributor
Posts: 424
Joined: Tue Aug 10, 2004 3:08 am

Newsletter script - setting how many emails per hour?

Post by Mr Tech »

I'm creating a newsletter script for a client and I want to limit how many emails are sent per hour(e.g. 100 emails per hour) because he is on a shared server.

I found this but I'm not sure if it is going to work: http://forums.phplist.com/viewtopic.php ... 53050f6836

Any ideas how I would acheive this?
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

SwiftMail can send emails in batches IIRC.

Take a look
Post Reply