提交 631bbe50 编写于 作者: M Marin Jankovski

Add openssl_verify_mode option to the smtp configuration example.

上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册