I am defining a notice template for ILL. I want to use a specific email address (like "ill@mylibrary.fr", instead of the adress of the banch or the adress of the Koha administrator. I believe it is not possible. M. Saby
I agree this is desirable. Reply to should probably be a configuration option in notices and tools, per branch and per notice.
Not quite what was intended here, but the reply-to is now configurable by branch at least - small steps :)
Created attachment 99905 [details] [review] Bug 10269: Add reply_address field to message_queue table Signed-off-by: Myka Kennedy Stephens <mkstephens@lancasterseminary.edu>
Created attachment 99906 [details] [review] Bug 10269: Schema Update Signed-off-by: Myka Kennedy Stephens <mkstephens@lancasterseminary.edu>
Created attachment 99907 [details] [review] 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>
Pulling the SO through from bug 22821 where this code was originally submitted and tested inline there.
Created attachment 100931 [details] [review] Bug 10269: Add reply_address field to message_queue table Signed-off-by: Myka Kennedy Stephens <mkstephens@lancasterseminary.edu> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Created attachment 100932 [details] [review] Bug 10269: Schema Update Signed-off-by: Myka Kennedy Stephens <mkstephens@lancasterseminary.edu> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Created attachment 100933 [details] [review] 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>
Nice work everyone! Pushed to master for 20.05
enhancement not backported to 19.11.x