use site name as default sender
darcs-hash:20080615030319-84dde-3dc38d515b029424027c3160e06e62ce8b7dd29a.gz
This commit is contained in:
parent
024dc6c098
commit
16e7e96a5f
@ -51,7 +51,7 @@ function mail_notify_from() {
|
|||||||
if ($config['mail']['notifyfrom']) {
|
if ($config['mail']['notifyfrom']) {
|
||||||
return $config['mail']['notifyfrom'];
|
return $config['mail']['notifyfrom'];
|
||||||
} else {
|
} else {
|
||||||
return 'Do Not Reply <nobody@'.$config['site']['server'].'>';
|
return $config['site']['name'] . ' <noreply@'.$config['site']['server'].'>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user