Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMrZYX <pr0fkill@gmail.com>2010-10-21 21:47:30 +0400
committerMrZYX <pr0fkill@gmail.com>2010-10-21 21:47:30 +0400
commit5fa623552d30c28d17f0e9ee6047be24ba3f42e1 (patch)
tree45378aaaab59032d132145ff594788d77c93a1e8 /config/app_config.yml.example
parentc58b4706a56504951be1edfefd648be0da5212e5 (diff)
made smtp sender address configurable
Diffstat (limited to 'config/app_config.yml.example')
-rw-r--r--config/app_config.yml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/app_config.yml.example b/config/app_config.yml.example
index 00dcb0b5f..36f60e897 100644
--- a/config/app_config.yml.example
+++ b/config/app_config.yml.example
@@ -17,6 +17,7 @@ default:
smtp_port: '587'
smtp_domain: 'mail.example.com'
smtp_authentication: 'plain'
+ smtp_sender_address: 'no-reply@example.com'
smtp_username: 'no-reply@example.com'
smtp_password: 'secret'