Is it possible to have more than 8 SMTPaddresses in a group?
Release : 20.0
The maximum email addresses per group is 8.
See
Groups
It is possible to use multiple groups of 8 email addresses and then use INCLUDE-GROUP
to create a super-set.
As in the example in the documentation.
DEFINE DEST ADMINGRP
DESC 'Admin group'
TEMPLATE 'HTMLTMP1'
FROM '[email protected]'
TO '[email protected]'
TO '[email protected]'
SUBJECT '&TEXT'
SNMP 'snmp-agent.example.com'
DEFINE DEST MAILGRP
DESC 'Sends email only'
FROM '[email protected]'
TO '[email protected]'
SUBJECT '&LPAR &SSID &SEVR --> &TEXT'
DEFINE DEST BOTHGRPS
DESC 'Includes ADMINGRP and MAILGRP'
INCLUDE-GROUP ADMINGRP
INCLUDE-GROUP MAILGRP