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-12-03 17:49:34 +0300
committerMrZYX <pr0fkill@gmail.com>2010-12-03 17:49:34 +0300
commita605ab482b4c780e8824587aece2f7a8c91c13f1 (patch)
tree0cb23a45bf998a7c8531407cbe4fedc667e7d318 /config/app_config.yml.example
parentacb3381dc6510575b78d8041bb51246fc1db8977 (diff)
made sender address in notifier.rb configurable. This fixes #657
Diffstat (limited to 'config/app_config.yml.example')
-rw-r--r--config/app_config.yml.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/app_config.yml.example b/config/app_config.yml.example
index 9e3f0d298..5d2617fd6 100644
--- a/config/app_config.yml.example
+++ b/config/app_config.yml.example
@@ -54,7 +54,7 @@ default:
smtp_domain: 'example.com'
# Sender address in diaspora's outgoing mail.
- smtp_sender_address: 'no-reply@example.com'
+ smtp_sender_address: 'no-reply@joindiaspora.com'
# Authentication required to send mail. Use one of 'one','plain',
# 'login' or 'cram-md5'. Use 'none' if server do not support