How to skip everyone group while sending mail
We are having workflow which will publish pages/assets to lower environments (Prod author to Pre-Prod author and Pre-Prod publisher) first...After that the content will be manually validated in lower environment (Pre-Prod author and Pre-Prod publisher) and will be pushed to corresponding publishers (Prod publishers).
There are some set of groups(Configurable in OSGi) who can initiate the workflow. If any unauthorized user initiates the workflow , then a mail will be triggered to all group members (To which that initiator belongs to). In AEM6.1 there is a group called "everyone", which is by default part of all the groups we create. So whenver a mail is getting triggered, it is going to all the members of everyone group also. I don't want to send the mail to the members of everyone group. Can somebody please suggest on how to skip this everyone group.
Thanks,
Arnab