]> source.dussan.org Git - nextcloud-server.git/commitdiff
updated config.sample.php with mail_from_address parameter
authorJens-Christian Fischer <jens-christian.fischer@switch.ch>
Fri, 24 Jan 2014 15:24:52 +0000 (16:24 +0100)
committerJens-Christian Fischer <jens-christian.fischer@switch.ch>
Fri, 24 Jan 2014 15:24:52 +0000 (16:24 +0100)
config/config.sample.php

index 1070ef72eda34815e6ed116f11f5fa4737ff4c9c..01abc583688f31845197aed59c51be6c0a56b085 100755 (executable)
@@ -80,6 +80,12 @@ $CONFIG = array(
 /* Domain name used by ownCloud for the sender mail address, e.g. no-reply@example.com */
 "mail_domain" => "example.com",
 
+/* FROM address used by ownCloud for the sender mail address, e.g. owncloud@example.com
+   This setting overwrites the built in 'sharing-noreply' and 'lostpassword-noreply'
+   FROM addresses, that ownCloud uses
+*/
+"mail_from_address" => "owncloud",
+
 /* Enable SMTP class debugging */
 "mail_smtpdebug" => false,