mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-03 14:49:15 +00:00
improve digest sending (closes #138)
This commit is contained in:
@@ -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 "<b>".__("Fatal Error")."</b>: $err_msg\n";
|
||||
exit;
|
||||
|
||||
Reference in New Issue
Block a user