]> source.dussan.org Git - nextcloud-server.git/commitdiff
Update to reflect new parameter mail_domain
authoritheiss <ingo.theiss@i-matrixx.de>
Tue, 26 Mar 2013 08:49:51 +0000 (09:49 +0100)
committeritheiss <ingo.theiss@i-matrixx.de>
Tue, 26 Mar 2013 08:49:51 +0000 (09:49 +0100)
see #2568

config/config.sample.php

index ec61ceefd6cd27167c5ba1a472f68caac5c4d1e9..ee57a986e35b849dd85deae1946df065ece79c20 100644 (file)
@@ -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,