This commit is contained in:
Nicolas Bally 2014-10-30 14:31:51 +01:00
parent e2760b5b89
commit 4720c272bd

View File

@ -93,7 +93,12 @@ Survey::Application.configure do
config.action_mailer.default_url_options = { :host => "lepicvert.org" } config.action_mailer.default_url_options = { :host => "lepicvert.org" }
config.action_mailer.delivery_method = :sendmail config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = {
:address => "localhost",
:port => 25
}
# Log the query plan for queries taking more than this (works # Log the query plan for queries taking more than this (works
# with SQLite, MySQL, and PostgreSQL) # with SQLite, MySQL, and PostgreSQL)