Hi,
Is it possible to remove or change the line of text in the footer of the notification email that says "Generated by DataMiner Network Monitoring System"?
I notice that line of text is defined within a <DIV> tag in the NotifyMail.html file. However, I've tried changing it or even removing the entire <DIV> tag had no effect.
Any help would be much appreciated. Thanks.
Hi,
That line of text cannot be removed from the notification mail. If you remove it from the NotifyMail.html template then the DataMiner source code is going to detect this and will insert it again when sending out the mail.
Regards,
You may be able to work around this by adding style=”display:none” to the <DIV> in the NotifyMail.html template. I haven’t tested this though.