Bug 31281: Use correct reply-to email when sending overdue mails
authorKatrin Fischer <katrin.fischer.83@web.de>
Sun, 7 Aug 2022 16:14:37 +0000 (16:14 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 30 Sep 2022 22:57:18 +0000 (22:57 +0000)
commitbc724da289c6c26ebb6f59870cdecf9ccad07c6b
treeb841ab3daea79797ba88cdcb80aae82f000caa31
parent5acbdfe054335cd887d99a759eb782338c42b597
Bug 31281: Use correct reply-to email when sending overdue mails

Overdue emails are either sent from the issuing or the home
library of an item. We never use the patron's home library,
so the reply-to address must explicitly be set in EnqueueLetter.

To test:
- Set up 2 branches (A and B) with different email addresses.
- Set up an SMTP server for each to use
- Set up an overdue notice trigger for the patron category you'll use
  First letter: 1 day delay, any notice
- Check out an item with home branch B to a patron from A
- Run the the script with:
  overdue_notices.pl -t --frombranch item-homebranch
  overdue_notices.pl -t --frombranch item-issuebranch
- Confirm for each setting that the correct email headers have been
  used. You can see the reply-to address and to-address in the
  message queue:
  SELECT * FROM message_queue;

Signed-off-by: Nason Bimbe <nason.bimbe@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 18b2389de49b5c403f7bd68ef315b044a201eff5)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
misc/cronjobs/overdue_notices.pl