From: itheiss Date: Tue, 26 Mar 2013 08:49:51 +0000 (+0100) Subject: Update to reflect new parameter mail_domain X-Git-Tag: v6.0.0alpha2~1010^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=02d53deeccae51786bf4f2e839f52b4ff9f02ab9;p=nextcloud-server.git Update to reflect new parameter mail_domain see #2568 --- diff --git a/config/config.sample.php b/config/config.sample.php index ec61ceefd6c..ee57a986e35 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -77,6 +77,9 @@ $CONFIG = array( /* URL of the appstore to use, server should understand OCS */ "appstoreurl" => "http://api.apps.owncloud.com/v1", +/* Domain name used by ownCloud for the sender mail address, e.g. no-reply@example.com */ +"mail_domain" => "example.com" + /* Enable SMTP class debugging */ "mail_smtpdebug" => false,