Commit 21a1fc43 authored by Stan Hu's avatar Stan Hu

Add SMTP as default delivery method to match gitlab-org/omnibus-gitlab!826

Closes #19132

[ci skip]
parent 0372afe2
......@@ -10,6 +10,7 @@
if Rails.env.production?
Rails.application.config.action_mailer.delivery_method = :smtp
ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.smtp_settings = {
address: "email.server.com",
port: 465,
......
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