Sfoglia il codice sorgente

updated config.sample.php with mail_from_address parameter

tags/v7.0.0alpha2
Jens-Christian Fischer 10 anni fa
parent
commit
3ca85cd841
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6
    0
      config/config.sample.php

+ 6
- 0
config/config.sample.php Vedi File

@@ -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,


Loading…
Annulla
Salva