summaryrefslogtreecommitdiffstats
path: root/config/email.yml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/email.yml.example')
-rw-r--r--config/email.yml.example10
1 files changed, 5 insertions, 5 deletions
diff --git a/config/email.yml.example b/config/email.yml.example
index a67c12279..685096da4 100644
--- a/config/email.yml.example
+++ b/config/email.yml.example
@@ -3,11 +3,11 @@
production:
delivery_method: :smtp
smtp_settings:
- address: smtp.somenet.foo
+ address: smtp.example.net
port: 25
- domain: somenet.foo
+ domain: example.net
authentication: :login
- user_name: redmine@somenet.foo
+ user_name: redmine@example.net
password: redmine
development:
@@ -15,7 +15,7 @@ development:
smtp_settings:
address: 127.0.0.1
port: 25
- domain: somenet.foo
+ domain: example.net
authentication: :login
- user_name: redmine@somenet.foo
+ user_name: redmine@example.net
password: redmine