Summary: | Add a way to utilise a specific replyto email address for some notices | ||
---|---|---|---|
Product: | Koha | Reporter: | Mathieu Saby <mathsabypro> |
Component: | Notices | Assignee: | Martin Renvoize (ashimema) <martin.renvoize> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | 1joynelson, hc, jonathan.druart, liz, martin.renvoize |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This patchset adds the foundations needed to make use of a reply-to address if passed when calling EnqueueLetter.
Further bugs will be used to add interfaces for adding such addresses.
|
Version(s) released in: |
20.05.00
|
Circulation function: | |||
Bug Depends on: | |||
Bug Blocks: | 2234, 3679, 4461, 22821 | ||
Attachments: |
Bug 10269: Add reply_address field to message_queue table
Bug 10269: Schema Update Bug 10269: Use 'reply-to' address if passed to EnqueueLetter Bug 10269: Add reply_address field to message_queue table Bug 10269: Schema Update Bug 10269: Use 'reply-to' address if passed to EnqueueLetter |
Description
Mathieu Saby
2013-05-17 08:53:51 UTC
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 Nice work everyone! Pushed to master for 20.05 enhancement not backported to 19.11.x |