mails
This commit is contained in:
parent
e2760b5b89
commit
4720c272bd
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user