Mail dispatcher
Package:
Summary:
Send mail to many recipients in batches
Groups:
Author:
Description:
This class can be used to send mail to many recipients in batches.
It takes the message subject, headers and an array of addresses of the recipients of the message to be sent.
The class sends a batch made of part of those recipients and generates JavaScript to make the page of results reload automatically to send the remaining batches of addresses, thus avoiding to exceed the PHP script execution limit.
It takes the message subject, headers and an array of addresses of the recipients of the message to be sent.
The class sends a batch made of part of those recipients and generates JavaScript to make the page of results reload automatically to send the remaining batches of addresses, thus avoiding to exceed the PHP script execution limit.
Comments are closed.