http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6810 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #20 from Owen Leonard <oleonard@myacpl.org> ---
5) Go to your koha database and check message_queue table you see some results.
I confirm that the correct message has been added to the queue, but it doesn't contain an email address in the to_address column. Checking membership_expiry.pl it looks like it doesn't pass a "to_address" at all: C4::Letters::EnqueueLetter( { letter => $letter, borrowernumber => $recent->{'borrowernumber'}, from_address => $from_address, message_transport_type => 'email', } ); -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.