You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When incidents_email_list is not defined in 'config.php' the emails should be sent to emails of the users.
In php/utilities/incidents.php line 45, comment avobe, says send to active users only:
$rs = do_stored_query('get_member_listing', 1);
However, if the 2nd parameter is 1 it includes inactive users.
Moreover, do you see it feasible to implement something to send just to users/providers involved when selected in the form?
Also the message sent does not include the final information of involved people, but identifiers
The text was updated successfully, but these errors were encountered:
incidents_email_list
is not defined in 'config.php' the emails should be sent to emails of the users.In
php/utilities/incidents.php
line 45, comment avobe, says send to active users only:However, if the 2nd parameter is 1 it includes inactive users.
Moreover, do you see it feasible to implement something to send just to users/providers involved when selected in the form?
Also the message sent does not include the final information of involved people, but identifiers
The text was updated successfully, but these errors were encountered: