FW.notify <deprecated>
FW.notify(who, subject, body)
Check ${msg.sumUp} details <a href="${url}">here</a>
<br>
<br>
<em>Health Monitoring by Flightwatching</em>await FW.notify('[email protected]', //recipient list
'My subject', // subject
'Dear FW support team, ...' //body
);
Last updated