User has defined multiple email address or lists in mail notification for job failures (or other states). The mails are not being sent out by dSeries server.
The tracelog shows the following errors:
00XXXXXX 00:00:12.345 [essential] [ERROR] EmailNotification: [2021-03-01_06:30:06.624] Exception: No recipient addresses
javax.mail.SendFailedException: No recipient addresses
at javax.mail.Transport.send0(Transport.java:210)
at javax.mail.Transport.send(Transport.java:124)
APPL.SpecialMailVar="[email protected],[email protected]";
Release : 12.x
Component : CA WORKLOAD dSeries
APPL.SpecialMailVar="[email protected],[email protected]";
The above example will not work as Javascript will take the whole string as one email address. You can only have one mail or use a list. Define one email list which has multiple users in it.
APPL.SpecialMailVar="[email protected]";
Additionally, define each email address separately in the email field.