[Koha-bugs] [Bug 15857] Add test mode to process_message_queue.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Feb 18 19:53:43 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15857

--- Comment #1 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 48222
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=48222&action=edit
Bug 15857 - Add test mode to process_message_queue.pl

It would be nice for testing and migration purposes if we could run
process_message_queue.pl but have the emails go to a testing address
instead of the patron's email address, and have SMS messages go to a
testing phone number instead of the patron's sms number.

Test Plan:
1) Apply this patch
2) Add some stuff to the message queue however you wish
3) Run process_message_queue.pl with the addition parameters
   --test --test-email your at email.com
4) Note that you recieve those emails, and not the address listed
   in the message_queue table!
5) Bonus points: If you have an SMS service, repeat the test with
   SMS notices and --test-sms

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list