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

Pedro Amorim <[email protected]> changed:

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

--- Comment #268 from Pedro Amorim <[email protected]> ---
Hello everyone, after using this feature I noticed that e-mails are not being
sent for patrons upon status update for the article requests.

I checked the database and the to_address field is NULL in the message_queue
table.

Could it be that we need to define

to_address             => $borrower{'email'},
from_address =>   C4::Context->preference('KohaAdminEmailAddress'),

in the EnqueueLetter call in

https://github.com/Koha-Community/Koha/blob/master/Koha/ArticleRequest.pm#L124

Or am I missing something else?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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