Hello @Jörg_Hoh We have our application hosted on AEM Cloud, where I have set up a scheduler to trigger every 2 hours. The scheduler calls a method to send email notifications using the following command:emailSenderService.sendExpiryNotification(res.getPath(), 30, expiryMillis)However, we're experie...