With iQ.Suite Smart it is possible to proactively combat the constant email availability of employees, by withholding emails outside of business hours and scheduling their delivery for the next day before office hours begin.
For this, it should be taken into consideration that particular groups, such as support/hotline, should also be available outside of business hours.
Step by Step
What is needed:
rule that defines office hours:
In Words:
_officeday := @If(@Weekday(@now) = 2 | @Weekday(@now) = 3 | @Weekday(@now) = 4 | @Weekday(@now) = 5 | @Weekday(@now) = 6 ;@true; @false);
_Hour:= @Hour (@Time (@Now));
_officehour := @if (_Hour => 7 & _Hour < 17; @TRUE; @FALSE);
_officeday & _officehour
Office hours are Monday through Friday between 7 a.m. and 5 p.m., during which emails are to be delivered.
The two rules are to be used as “negated rules“, since emails are NOT filtered during office hours (iQ.Suite – Worktime), but delivered then, while administrators and hotline staff members (Mails24 x 7) are to be reached all day in any case.
Parked emails are set to be sent starting 7 a.m. (Sendtime).