I wonder if this is a bug in Rails somewhere. The configuration I
apply in Rails::Initializer.run() does not go anywhere, i.e. does not
get applied to ActionMailer.Base
Here is a short snippet from my environment.rb
Rails::Initializer.run do |config|
config.action_mailer.smtp_settings = { :address => "foobar.com" }
end
Later on if I inspect ActionMailer::Base.smtp_settings, I don't see
that - the address is Rails' default "localhost".
I Googled it, but everybody seems to be applying settings to
ActionMailer::Base directly...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---