How can I change or add destination mail addresses for CDMR reports?
In the watchdog section in the file "C:\Skyline DataMiner\MaintenanceSettings.xml" on the DMA, the EMail active attribute needs to be true.
In the Destination, CCDestination and BCCDestination, you can add email addresses.
If you need multiple addresses, you need to separate them with semicolons.
<WatchDog>
<EMail active="TRUE">
<Destination></Destination>
<CCDestination></CCDestination>
<BCCDestination></BCCDestination>
</EMail>
<TimeoutTime>5</TimeoutTime>
<Errors>2</Errors>
<Actions>Alarm</Actions>
</WatchDog>