]> git.evergreen-ils.org Git - Evergreen.git/commit
LP1532236 Evergreen should allow for HTML formatted action trigger emails
authorblake <blake@mobiusconsortium.org>
Mon, 17 Feb 2020 15:10:17 +0000 (09:10 -0600)
committerJane Sandberg <sandbergja@gmail.com>
Mon, 5 Sep 2022 17:04:19 +0000 (10:04 -0700)
commitebbf9fa84ac5b7d9ebfb015b0e2a6e0068cf5409
tree458b16f7ebb2d10fa903c71458f3f0449b3ee4d7
parentc84898a1faa80c5eb0aa984e24d534c7508a2b06
LP1532236 Evergreen should allow for HTML formatted action trigger emails

Simple fix for allowing the AT template to drive the email headers instead
of replacing the headers blindly. Kudos to tsbere for the unless idea.

Testing: setup an action trigger for SendEmail. Make sure your AT template includes
an email header (EG: Content-Type: text/html;charset=utf-8)
Setup a hold/circulation that meets the criteria of your action trigger. Check the
resuting email's headers to match what you had put into the template.

Signed-off-by: blake <blake@mobiusconsortium.org>
Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Jane Sandberg <sandbergja@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/Trigger/Reactor/SendEmail.pm