aboutsummaryrefslogtreecommitdiffstats
path: root/main/redmine/configuration.yml
diff options
context:
space:
mode:
Diffstat (limited to 'main/redmine/configuration.yml')
-rw-r--r--main/redmine/configuration.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/main/redmine/configuration.yml b/main/redmine/configuration.yml
index a729c60c7d..d5dfabb9a6 100644
--- a/main/redmine/configuration.yml
+++ b/main/redmine/configuration.yml
@@ -81,14 +81,7 @@
default:
# Outgoing emails configuration (see examples above)
email_delivery:
- delivery_method: :smtp
- smtp_settings:
- address: smtp.example.net
- port: 25
- domain: example.net
- authentication: :login
- user_name: "redmine@example.net"
- password: "redmine"
+ delivery_method: :sendmail
# Absolute path to the directory where attachments are stored.
# The default is the 'files' directory in your Redmine instance.