mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
Merge pull request #763 from SolidNerd/fix_smtp_settings
Fix smtp_settings to make mail work
This commit is contained in:
commit
ee9b9cc277
@ -10,6 +10,7 @@
|
||||
if Rails.env.production?
|
||||
Rails.application.config.action_mailer.delivery_method = :smtp
|
||||
|
||||
ActionMailer::Base.default_delivery = :smtp
|
||||
ActionMailer::Base.smtp_settings = {
|
||||
address: "{{SMTP_HOST}}",
|
||||
port: {{SMTP_PORT}},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user