Merge pull request #10023 from bozaro/smtp-port

Change default smpt port to 465 (default smtps port)
This commit is contained in:
Douwe Maan
2016-02-09 17:22:47 +01:00
+1 -1
View File
@@ -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",