projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Rearrange issues table and combine some columns.
[rails.git]
/
config
/
initializers
/
action_mailer.rb
1
# Configure ActionMailer SMTP settings
2
ActionMailer::Base.smtp_settings = {
3
:address => "localhost",
4
:port => 25,
5
:domain => "localhost",
6
:enable_starttls_auto => false
7
}