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

David Nind <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from David Nind <[email protected]> ---
I had a go at testing, but I'm not seeing any messages in the logs. Any
specific log to look in, or do I need to change the logging level?

Testing notes (using KTD):

1. Plugin installed from
https://github.com/bywatersolutions/dev-koha-plugin-kitchen-sink/releases/tag/v2.5.1

2. Added an email address ([email protected]) to Mary (for the welcome message),
and added an SMTP server. (Not sure if this was necessary or not).

3. Before the patch, when running misc/cronjobs/process_message_queue.pl:

Plugin hook before_send_message called with the params: $VAR1 = {
          'letter_code' => [],
          'verbose' => 0,
          'where' => undef,
          'type' => [],
          'limit' => undef
        };

4. After the patch, when misc/cronjobs/process_message_queue.pl:

Plugin hook before_send_message called with the params: $VAR1 = {
          'exit_on_plugin_failure' => 0,
          'type' => [],
          'limit' => undef,
          'password' => undef,
          'letter_code' => [],
          'verbose' => 0,
          'where' => undef,
          'method' => 'LOGIN',
          'username' => undef
        };

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to