Add comment describing why welcome emails don't have segments

[MAILPOET-3418]
This commit is contained in:
Rostislav Wolny
2021-03-26 16:18:45 +01:00
committed by Veljko V
parent 605005dc08
commit 6183258489

View File

@@ -125,7 +125,8 @@ class SendingQueue {
->whereNull('deleted_at')
->findMany();
} else {
// No segments = Welcome emails
// No segments = Welcome emails or some Automatic emails.
// Welcome emails or some Automatic emails use segments only for scheduling and store them as a newsletter option
$foundSubscribers = SubscriberModel::whereIn('id', $subscribersToProcessIds)
->where('status', SubscriberModel::STATUS_SUBSCRIBED)
->whereNull('deleted_at')