Change default smpt port to 465 (default smtps port)

This commit is contained in:
Artem V. Navrotskiy
2016-02-09 07:30:06 +03:00
parent 2ad872382b
commit e080fdad6e
+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",