From a89311235c1fab36fda167f69f5f814e84a5f1c6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 26 Aug 2007 11:32:48 +0100 Subject: improve digest sending (closes #138) --- sanity_check.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sanity_check.php') diff --git a/sanity_check.php b/sanity_check.php index 33b433d0b..1f5c0210c 100644 --- a/sanity_check.php +++ b/sanity_check.php @@ -66,6 +66,10 @@ $err_msg = __("config: DATABASE_BACKED_SESSIONS are currently broken with MySQL"); } + if (defined('MAIL_FROM')) { + $err_msg = __("config: MAIL_FROM has been split into DIGEST_FROM_NAME and DIGEST_FROM_ADDRESS"); + } + if ($err_msg) { print "".__("Fatal Error").": $err_msg\n"; exit; -- cgit v1.2.3-54-g00ecf