Should hourly email notification accumulate all the notification from past hours?
I am designing an email notification setting for an ERP.
Based on the image above:
- User selected the 'Hourly' option for email notification.
- In the first hour away from the system, the user gets 3 new notifications and this update is emailed to the user "3 new notifications since your last login {date}{time}".
- For the 2nd-hour user is away, user gets 1 additional new notification.
Should the system send the second email as '4 new notifications'(total #notifications of all hours away) or '1 new notification'? (only #notification in that hour).