how to increase the sending batch for emails ?
-
Hi
For the sending emails i can see the plugin sends the email in a batch of 20 – 25 mails
How can increase this size of the batch please ?
In my test, i test this code but it doesn’t works (file class-bpges-queued-item-query.php) :
$count = 1000;
$user_ids = $wpdb->get_col( $wpdb->prepare( “SELECT DISTINCT user_id FROM {$table_name} WHERE type = %s AND date_recorded < %s AND user_id NOT IN ({$processed_user_ids}) LIMIT %d“, $type, $timestamp, $count ) );Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.