8 hours ago
Yes, you can assign multiple tags to a group address.
Your script does not work because grp.find() does not return assigned tags as a table. Use grp.gettags(alias) instead.
You should add some extra checks so that an email is only sent once, not on every detection.
Your script does not work because grp.find() does not return assigned tags as a table. Use grp.gettags(alias) instead.
You should add some extra checks so that an email is only sent once, not on every detection.