Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

groovyConsole: email option not working on cloud #118

Open
nutmix opened this issue Jan 6, 2023 · 0 comments
Open

groovyConsole: email option not working on cloud #118

nutmix opened this issue Jan 6, 2023 · 0 comments

Comments

@nutmix
Copy link

nutmix commented Jan 6, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant