I want to change the sender notification email address for Spectrum in AlarmNotifier
Release : 21.2
Component : Spectrum Applications
Launch the Regedit.exe and navigate to the HKEY_CURRENT_USER/Software/SMail folder and edit the username REG_SZ.
Change to (for example):
Save the change.
And edit the SetScript/ClearScript/UpdateScript:
Change from:
$MAIL -s "A $SEV alarm has occurred on $SERVER (Model Name=$MNAME)(Model Type=$MTYPE)" $RCVRS < /tmp/set_alarm.$PID
To:
$MAIL -f spcadmin -s "A $SEV alarm has occurred on $SERVER (Model Name=$MNAME)(Model Type=$MTYPE)" $RCVRS < /tmp/set_alarm.$PID