From 61a227dbaa518595068ca7144978b79a00811e2d Mon Sep 17 00:00:00 2001 From: Silke Meyer Date: Sat, 31 Jan 2015 18:44:30 +0100 Subject: [PATCH] Changed the "From" field for system emails from product to sitename. --- include/enotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/enotify.php b/include/enotify.php index 7d86219059..4327e75b83 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -23,7 +23,7 @@ function notification($params) { $site_admin = sprintf( t('%s Administrator'), $sitename); $nickname = ""; - $sender_name = $product; + $sender_name = $sitename; $hostname = $a->get_hostname(); if(strpos($hostname,':')) $hostname = substr($hostname,0,strpos($hostname,':'));