mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-18 03:25:31 -05:00
don't try sending emails out in profile mode
This commit is contained in:
parent
beeb86bf91
commit
1d74cc60a1
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ Discourse::Application.configure do
|
||||||
# the I18n.default_locale when a translation can not be found)
|
# the I18n.default_locale when a translation can not be found)
|
||||||
config.i18n.fallbacks = true
|
config.i18n.fallbacks = true
|
||||||
|
|
||||||
config.action_mailer.delivery_method = :sendmail
|
# we recommend you use mailcatcher https://github.com/sj26/mailcatcher
|
||||||
config.action_mailer.sendmail_settings = {arguments: '-i'}
|
config.action_mailer.smtp_settings = { address: "localhost", port: 1025 }
|
||||||
|
|
||||||
# Send deprecation notices to registered listeners
|
# Send deprecation notices to registered listeners
|
||||||
config.active_support.deprecation = :notify
|
config.active_support.deprecation = :notify
|
||||||
|
|
Loading…
Reference in a new issue