FW.notify <deprecated>
FW.notify(who, subject, body)
Last updated
Was this helpful?
FW.notify(who, subject, body)
Last updated
Was this helpful?
Sends an e-mail to who
with subject and eventually a body. A signature is always added to the message. It can be overridden with the AppConfig property MAIL_TEMPLATE
using the groovy syntax (). Few parameters are available.
who
: A string with brackets, coma or semicolon separator of email addresses. The function will create the array of recipients from it. any field that does not contains the character @ will be ignored
subject
: the subject of the email
body
: the content of the message.