]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
use site name as default sender
authorEvan Prodromou <evan@prodromou.name>
Sun, 15 Jun 2008 03:03:19 +0000 (23:03 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sun, 15 Jun 2008 03:03:19 +0000 (23:03 -0400)
darcs-hash:20080615030319-84dde-3dc38d515b029424027c3160e06e62ce8b7dd29a.gz

lib/mail.php

index 6656964abcc330a2a7573883d9f9054b0c958547..25253fd8161b043ecd6651d0d869e3067a5582e7 100644 (file)
@@ -51,7 +51,7 @@ function mail_notify_from() {
        if ($config['mail']['notifyfrom']) {
                return $config['mail']['notifyfrom'];
        } else {
-               return 'Do Not Reply <nobody@'.$config['site']['server'].'>';
+               return $config['site']['name'] . ' <noreply@'.$config['site']['server'].'>';
        }
 }
  
\ No newline at end of file