some more rails stuff
This commit is contained in:
parent
2fad5f7c92
commit
a46c4083ae
6 changed files with 36 additions and 3 deletions
|
@ -50,4 +50,11 @@ end
|
|||
# inflect.uncountable %w( fish sheep )
|
||||
# end
|
||||
|
||||
# Include your application configuration below
|
||||
# Include your application configuration below
|
||||
|
||||
|
||||
ActionMailer::Base.server_settings = {
|
||||
:address => "localhost",
|
||||
:port => 25,
|
||||
:domain => 'localhost',
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue