Bug 10269: Use 'reply-to' address if passed to EnqueueLetter
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Tue, 25 Feb 2020 09:05:18 +0000 (09:05 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 18 Mar 2020 14:03:42 +0000 (14:03 +0000)
commitc1129d2286924cbc81d4d42085043760677b7c57
tree211b9510c1051959b7fbe9f546a0a6d4038a99a2
parent8c0ffe6150c4b684194125436af643700d2cbde2
Bug 10269: Use 'reply-to' address if passed to EnqueueLetter

This patch updates the EnqueueLetter method to allow passing a reply_to
address. This allows for passing in arbitrary addresses for the reply
address which will not override the from address. This improves the
chances of your email getting past spam filters.

Signed-off-by: Myka Kennedy Stephens <mkstephens@lancasterseminary.edu>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Letters.pm