mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 03:26:07 +10:00
Change default smpt port to 465 (default smtps port)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user