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,
Thanks for the responses.
I don't mind having it in the footer of the email. However, we are also sending some of the notifications as SMS using email to SMS service. That line of text is taking up precious real estate in the SMS message and mobile screen.
All good. Thanks.
DataMiner can have a Mobile Gateway module, which allows to directly send an SMS. From a correlation rule an action “Send text message” can be added. From an automation script an action “SMS” can be added. Another possibility to send an SMS is to go to the User configuration and under the alerts an SMS can also be sent when an alarm filter matches. This way it won’t contain the footer in the SMS like the e-mail is having.
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.