Commit e080fdad authored by Artem V. Navrotskiy's avatar Artem V. Navrotskiy

Change default smpt port to 465 (default smtps port)

parent 2ad87238
...@@ -12,7 +12,7 @@ if Rails.env.production? ...@@ -12,7 +12,7 @@ if Rails.env.production?
ActionMailer::Base.smtp_settings = { ActionMailer::Base.smtp_settings = {
address: "email.server.com", address: "email.server.com",
port: 456, port: 465,
user_name: "smtp", user_name: "smtp",
password: "123456", password: "123456",
domain: "gitlab.company.com", 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