[Bug 35762] New: Add option to send WELCOME notice immediately
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35762 Bug ID: 35762 Summary: Add option to send WELCOME notice immediately Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Notices Assignee: koha-bugs@lists.koha-community.org Reporter: lisette.scheer@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org Currently the welcome notice sends as part of the message queue. You can create a separate process_message_queue.pl for it, but it's not quote the same. It would be helpful for libraries to have the option to send an immediate email to new patrons. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35762 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Are you sure it's not send immediately? Some of the messages going via message queue are triggered immediately, why others will wait for the cron. I hope it's the same in all spots, but I checked opac-memberentry.pl (self reg) and it should go out immediately when triggered from there (The SendQueuedMessages command). my $message_id = EnqueueLetter( { letter => $letter, borrowernumber => $patron->id, to_address => $emailaddr, message_transport_type => 'email' } ); SendQueuedMessages( { message_id => $message_id } ) if $message_id; }; -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35762 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Same for when the patron is created in the staff interface (memberentry.pl). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35762 Lisette Scheer <lisette.scheer@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #3 from Lisette Scheer <lisette.scheer@bywatersolutions.com> --- Yep, not sure how we missed that since I talked with a couple folks before putting the bug in. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org