Hi -- On Mon, 19 Jan 2009, Dr_Gavin wrote:
> > Hi - > It's a host provided mail account: > > my host is 600host.net > my domain is thinkersplayground.com > and the email is [email protected] > > I tried adding the code you provided in my environment.rb (I did have > it in prodcution.rb) and I now get an error: > > ...s/config/environment.rb:13:NameError: uninitialized constant > ActionMailer Try moving all that ActionMailer lines to the end of the file (after the RailsInitializer.run block is over). David -- David A. Black / Ruby Power and Light, LLC Ruby/Rails consulting & training: http://www.rubypal.com Coming in 2009: The Well-Grounded Rubyist (http://manning.com/black2) http://www.wishsight.com => Independent, social wishlist management! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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-talk?hl=en -~----------~----~----~----~------~----~------~--~---

