Commit 631bbe50 authored by Marin Jankovski's avatar Marin Jankovski

Add openssl_verify_mode option to the smtp configuration example.

parent 85c2cb2a
# To enable smtp email delivery for your GitLab instance do next:
# To enable smtp email delivery for your GitLab instance do the following:
# 1. Rename this file to smtp_settings.rb
# 2. Edit settings inside this file
# 3. Restart GitLab instance
......@@ -13,6 +13,7 @@ if Rails.env.production?
password: "123456",
domain: "gitlab.company.com",
authentication: :login,
enable_starttls_auto: true
enable_starttls_auto: true,
openssl_verify_mode: 'none'
}
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment