diff --git a/lib/mail.php b/lib/mail.php index 6656964abc..25253fd816 100644 --- a/lib/mail.php +++ b/lib/mail.php @@ -51,7 +51,7 @@ function mail_notify_from() { if ($config['mail']['notifyfrom']) { return $config['mail']['notifyfrom']; } else { - return 'Do Not Reply '; + return $config['site']['name'] . ' '; } } \ No newline at end of file