updated config.sample.php with mail_from_address parameter

This commit is contained in:
Jens-Christian Fischer 2014-01-24 16:24:52 +01:00
parent 0f6c607171
commit 3ca85cd841
1 changed files with 6 additions and 0 deletions

View File

@ -80,6 +80,12 @@ $CONFIG = array(
/* Domain name used by ownCloud for the sender mail address, e.g. no-reply@example.com */ /* Domain name used by ownCloud for the sender mail address, e.g. no-reply@example.com */
"mail_domain" => "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 */ /* Enable SMTP class debugging */
"mail_smtpdebug" => false, "mail_smtpdebug" => false,