How to setting can be replace the Mango Automation letter with the letter you like in alarm email
-
AAA SYSTEM - Event active notification
Urgent 09:23:15 - PED_LA - Temp High limit Alarm
Note This event will automatically return to normal when the event criteria are no longer satisfied
Mango Automation
This email was sent by an automated service. It has been sent to you because you have been included on the mailing list of a Mango Automation email notification. Please do not reply to this email. -
Mail templates would be a pretty cool feature!
You probably could grab properties from lines 299-318 from this file:
ftl.userTestEmail=This message was sent as a test of the email address for user {0} ftl.automatedEmail=This email was sent by an automated service. Please do not respond. ftl.footer=If you have received this communication in error, please disregard. ftl.escalation=Event escalation notification ftl.note=Note ftl.rtn=This event will automatically return to normal when the event criteria are no longer satisfied ftl.manual=This event requires a manual acknowledgement for it to become inactive ftl.htmlFooter.mango=Mango Automation ftl.htmlFooter.automated=This email was sent by an automated service. It has been sent to you because you have been included on the mailing list of a Mango Automation email notification. Please do not reply to this email. ftl.originalInformation=Original event information ftl.eventActive=Event active notification ftl.eventInactive=This event is now inactive ftl.testEmail=Mango test email ftl.subject.default=Mango event {0} notification ftl.subject.default.id=Mango event {0} notification - Event# {1} ftl.subject.alias={0} ({1}) ftl.subject.alias.id={0} ({1}) - id:{2} ftl.subject.active=active ftl.subject.escalation=escalation ftl.subject.inactive=inactive
And place those properties in a new file:<MA_HOME>/overrides/properties/i18n.properties
-
Maybe my mango is run on windows7 operation system. how to save file as properties format?
-
They can be edited in the FTL files found in MangoHome/ftl
-
Great!Thank very much!