mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 07:39:39 +02:00
Simplify self host settings controller (#1230)
This commit is contained in:
parent
cb75c537fe
commit
7fabca4679
22 changed files with 252 additions and 399 deletions
|
@ -40,18 +40,6 @@ Rails.application.configure do
|
|||
config.action_mailer.raise_delivery_errors = false
|
||||
config.action_mailer.delivery_method = :letter_opener
|
||||
|
||||
# Uncomment to send emails in development
|
||||
# config.action_mailer.raise_delivery_errors = true
|
||||
# config.action_mailer.delivery_method = :smtp
|
||||
# config.action_mailer.smtp_settings = {
|
||||
# address: ENV["SMTP_ADDRESS"],
|
||||
# port: ENV["SMTP_PORT"],
|
||||
# user_name: ENV["SMTP_USERNAME"],
|
||||
# password: ENV["SMTP_PASSWORD"],
|
||||
# tls: ENV.fetch("SMTP_TLS_ENABLED", "true") == "true"
|
||||
# }
|
||||
|
||||
|
||||
config.action_mailer.perform_caching = false
|
||||
|
||||
config.action_mailer.perform_deliveries = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue