mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-13 21:33:20 +01:00
added another mailer thing
This commit is contained in:
parent
dee2ba253e
commit
88616f0280
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ Rails.application.configure do
|
|||
config.active_support.deprecation = :notify
|
||||
|
||||
config.action_mailer.delivery_method = :sendmail
|
||||
config.action_mailer.default_url_options = { host: APP_CONFIG['hostname'] }
|
||||
config.action_mailer.perform_deliveries = true
|
||||
# Ignore bad email addresses and do not raise email delivery errors.
|
||||
# Set this to true and configure the email server for immediate delivery to raise delivery errors.
|
||||
|
|
Loading…
Reference in a new issue