From 82ac92e9804b65f209ee5d38f826c4b9c2897ce9 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 8 Nov 2007 00:59:35 +0000 Subject: for new installs, centralize some stuff that was spread around different config files. --- conf/alerter_template | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'conf/alerter_template') diff --git a/conf/alerter_template b/conf/alerter_template index 5177e4ea1..6fb66b77d 100644 --- a/conf/alerter_template +++ b/conf/alerter_template @@ -1,20 +1,18 @@ -Ivan Kohler -12345 Test Lane -Truckee, CA 96161 +{ $company_name; } +{ $company_address; } { $first; } { $last; }: We thank you for your continuing patronage. This notice is to remind you -that your { $payby } used to pay SISD.COM for Internet -service will expire on { use Date::Format; time2str("%x", $expdate); }. Please provide us with new billing -information so that we may continue your service uninterrupted. +that your { $payby } used to pay { $company_name; } for Internet +service will expire on { use Date::Format; time2str("%B %o, %Y", $expdate); }. Please provide us with new +billing information so that we may continue your service uninterrupted. Very Truly Yours, - SISD Service Team - + { $company_name; } Service Team -- cgit v1.2.1