Skip to content
Snippets Groups Projects
Verified Commit 304e3943 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Add sendmail to production.rb

parent f2442a0b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -48,8 +48,14 @@ GitlabCi::Application.configure do
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
# config.assets.precompile += %w( search.js )
 
# Disable delivery errors, bad email addresses will be ignored
# config.action_mailer.raise_delivery_errors = false
config.action_mailer.delivery_method = :sendmail
# Defaults to:
# # config.action_mailer.sendmail_settings = {
# # location: '/usr/sbin/sendmail',
# # arguments: '-i -t'
# # }
config.action_mailer.perform_deliveries = true
config.action_mailer.raise_delivery_errors = true
 
# Enable threaded mode
# config.threadsafe!
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment