I have a task to implement for a group of mailboxes:
1. Messages from a specific list of addresses in the mailboxes are delivered immediately
2. All other messages are stored in a buffer and are delivered to the mailboxes on a schedule (for example, 2 times a day)
It is possible to implement?
1. Messages from a specific list of addresses in the mailboxes are delivered immediately
2. All other messages are stored in a buffer and are delivered to the mailboxes on a schedule (for example, 2 times a day)
It is possible to implement?