Email marketing divide contacts in groups

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
moet36
Forum Newbie
Posts: 1
Joined: Tue Jan 30, 2018 8:14 pm

Email marketing divide contacts in groups

Post by moet36 »

I have an application which sends bulk emails to client. I have used PHP to develop this application. But my requirement is when i select list of email ids, If it has 3k contacts then divide that list in 3 groups. means in first group there will be 1k contacts, in second group 1k contacts and so on.

How to do this? Is their any inbuilt function in php to do this? or any other solution? please help me with this.
Post Reply