Re: [Rails] Dynamic configuration of ActionMailer

2009-12-11 Thread maryam kamali
On Thu, Dec 10, 2009 at 2:36 AM, pepe wrote: > Hello, > > I have the task of making ActionMailer configurable by a user and be > able to use the new configuration without the need to restart the web > server. > > Forgive me if I am mistaken but I believe having ActionMailer > configured in enviro

[Rails] Dynamic configuration of ActionMailer

2009-12-09 Thread pepe
Hello, I have the task of making ActionMailer configurable by a user and be able to use the new configuration without the need to restart the web server. Forgive me if I am mistaken but I believe having ActionMailer configured in environment.rb will force me to restart the web service. Is there a