...
This is a step-by-step guide explaining how to add a new / or adjust the existing static receiver e-mail address for any notification task.
...
All the notifications are located under the Setup > Notification Service.
...
Open the details of the notification.
Go to the Notification E-mail tab > sql SQL script.
Find the line ending with #Email.
Add additional a static e-mail address to this line. The e-mail should be listed through comma separated by commas and surrounded by single quotes. Just like that 'email1, email2, email3' before the #Email sign.
Adding static receiver e-mail into a dynamic condition
Sometimes the sql SQL statement might look slightly different.
It may contain p0t.TELENO operator near the #Email that refers to the e-mail of all the crew member members satisfying the notification criteria. It is required since the e-mail should be dynamic and changed depending on the crew.
...
Code Block |
---|
p0t.TELENO + ',' + 'email1, email2, email3' before the #Email sign |
...