You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the user group setting in https://github.com/verbb/queue-monitor for specifying which Craft CMS users can get failure notifications without specifying a manual array hard coded in the configuration file. Currently Formie only supports a manual array via the config file under alertEmails
It would be nice if there was an alert config option which was configured to a Craft CMS user group e.g. "Formie alert notifications" which would send to any user under that group allowing recipients to be controlled through user management.
The alertEmails setting is likely useful for non-Craft contexts and has existed for some time so having both may be preferrable.
What's your proposed solution?
An additional config option like alertEmailsUserGroup specifying the handle which then sends to users via group.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Just wanted to flag this is managed via the CP by the "Alert Emails" setting (hidden by the "Send Email Alert for Failed Notification" setting) found in Formie > Settings > Email Notifications. It's not a config-only setting.
But I agree that we should incorporate both user groups and plain emails.
What are you trying to do?
I like the user group setting in https://github.com/verbb/queue-monitor for specifying which Craft CMS users can get failure notifications without specifying a manual array hard coded in the configuration file. Currently Formie only supports a manual array via the config file under
alertEmails
It would be nice if there was an alert config option which was configured to a Craft CMS user group e.g. "Formie alert notifications" which would send to any user under that group allowing recipients to be controlled through user management.
The
alertEmails
setting is likely useful for non-Craft contexts and has existed for some time so having both may be preferrable.What's your proposed solution?
An additional config option like
alertEmailsUserGroup
specifying the handle which then sends to users via group.Additional context
No response
The text was updated successfully, but these errors were encountered: