icfnext / aem-groovy-console

The AEM Groovy Console provides an interface for running Groovy scripts in the AEM container. Scripts can be created to manipulate content in the JCR, call OSGi services, or execute arbitrary code using the CQ, Sling, or JCR APIs.
Other
159 stars 94 forks source link

groovyConsole: email option not working on cloud #118

Open nutmix opened 1 year ago

nutmix commented 1 year ago

we added an osgi config file like this:

{ "allowedGroups":[ "groovyAdmin", "admin" ], "emailRecipients":[ "me@mydomain.com" ], "auditDisplayAll":true, "emailEnabled":true }

And we can see this is "loaded" onto our cloud instance by scripts only being runnable by users in "groovyAdmin" group which we added.

however, no emails are received to the emailRecipients.

Is this feature broken for cloud?