FogBugz #75: actually try to send some mail.
This commit is contained in:
parent
b50799e81d
commit
f89c1f1666
6 changed files with 24 additions and 10 deletions
|
|
@ -14,6 +14,7 @@ module ContactORama
|
|||
|
||||
# Custom directories with classes and modules you want to be autoloadable.
|
||||
# config.autoload_paths += %W(#{config.root}/extras)
|
||||
config.autoload_paths += Dir["#{config.root}/lib", "#{config.root}/lib/**/"]
|
||||
|
||||
# Only load the plugins named here, in the order given (default is alphabetical).
|
||||
# :all can be used as a placeholder for all plugins not explicitly named.
|
||||
|
|
|
|||
|
|
@ -17,8 +17,6 @@ ContactORama::Application.configure do
|
|||
# Don't care if the mailer can't send
|
||||
config.action_mailer.raise_delivery_errors = false
|
||||
|
||||
config.action_mailer.default_url_options = { :host => 'localhsot:3000' }
|
||||
|
||||
# Print deprecation notices to the Rails logger
|
||||
config.active_support.deprecation = :log
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue