From 893ca643ef8b8fcc251adcaf1db69a12bb70b206 Mon Sep 17 00:00:00 2001 From: erickson Date: Wed, 30 Aug 2006 16:13:20 +0000 Subject: [PATCH] basic email template git-svn-id: svn://svn.open-ils.org/ILS/trunk@5780 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Evergreen/src/extras/overdue_notice_email | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Evergreen/src/extras/overdue_notice_email diff --git a/Evergreen/src/extras/overdue_notice_email b/Evergreen/src/extras/overdue_notice_email new file mode 100644 index 0000000000..8a4707c4c7 --- /dev/null +++ b/Evergreen/src/extras/overdue_notice_email @@ -0,0 +1,29 @@ +To: ${EMAIL_RECIPIENT} +From: ${EMAIL_SENDER} +Reply-To: ${EMAIL_REPLY_TO} +Subject: Overdue Materials Notification +${EMAIL_HEADERS} + + +${DATE} +Dear ${FIRST_NAME} ${MIDDLE_NAME} ${LAST_NAME} + + +Our records indicate these items are ${RANGE} days or more overdue: + +TITLE AUTHOR CALL NUMBER + +${OVERDUE_ITEMS[ +${TITLE} : ${AUTHOR} ${CALL_NUMBER} +Due: ${DUE_DAY}/${DUE_MONTH}/${DUE_YEAR} ID: ${ITEM_BARCODE} +]} + + +Please return the above items to avoid additional fines. Please do not + +respond to this email. Contact your library for more information: + +${ORG_NAME} / ${ORG_ADDRESS} +${ORG_PHONE} + + -- 2.43.2