Skip to content

Commit

Permalink
Turning on email sending in the development environment so people can…
Browse files Browse the repository at this point in the history
… use it easily with rails server and sqlite.
  • Loading branch information
nahurst committed Mar 18, 2013
1 parent cfd6694 commit 196c682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/development.rb
Expand Up @@ -17,7 +17,7 @@
config.action_mailer.default_url_options = { :host => 'localhost:3000' } config.action_mailer.default_url_options = { :host => 'localhost:3000' }
config.action_mailer.delivery_method = :smtp config.action_mailer.delivery_method = :smtp
# change to true to allow email to be sent during development # change to true to allow email to be sent during development
config.action_mailer.perform_deliveries = false config.action_mailer.perform_deliveries = true
config.action_mailer.raise_delivery_errors = true config.action_mailer.raise_delivery_errors = true
config.action_mailer.default :charset => "utf-8" config.action_mailer.default :charset => "utf-8"


Expand Down

0 comments on commit 196c682

Please sign in to comment.