michael-e/email_newsletter_manager

'Completed recipients' are only written if another group follows

Closed this issue · 1 comments

Looks like the completed_recipients DB field is only filled with a group's name if another group follows the completed one. So the last completed group will always be missing.

Might be a "timing problem".

Baaa, this still does not work properly. It seems to be connected to the complicated stuff in the _getRecipients function of class.emailnewsletter.php.

Test case: Select one group which is smaller than your batch size. Result: No completed_recpients will be written to the DB (although everything else works as intended).