Commit d77c3cff authored by Douwe Maan's avatar Douwe Maan

Merge pull request #10023 from bozaro/smtp-port

Change default smpt port to 465 (default smtps port)
parents 706b101f e080fdad
......@@ -12,7 +12,7 @@ if Rails.env.production?
ActionMailer::Base.smtp_settings = {
address: "email.server.com",
port: 456,
port: 465,
user_name: "smtp",
password: "123456",
domain: "gitlab.company.com",
......
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