Comment 2 for bug 1745216

Revision history for this message
Josh Stompro (u-launchpad-stompro-org) wrote :

This ticket can be closed, there is a way to handle this already. The Email test and SMS test features in the patron edit screen make use of the method to create and trigger events instantly.

See Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm (Sub fire_test_notification) for an example.

https://git.evergreen-ils.org/?p=Evergreen.git;a=blob;f=Open-ILS/src/perlmods/lib/OpenILS/Application/Actor.pm;hb=a587c50be44177f1d947447ab23f5aee9c379e75#l4541

Every application server needs to be setup to send any outgoing notifications that are needed in this case, which was confusing to me since we had always sent everything from our Utility server, but it works well once it is setup correctly for that.