Ruby on rails /config/environments/development.rb clarification

In ruby on rails, i need to change SMTP settings in
/config/environments/development.rb. After making the changes is it
required to restart apache or any ather service? Actually the mail is
not
getting still.

On Thursday, July 19, 2012 8:12:13 AM UTC+1, Kris wrote:

In ruby on rails, i need to change SMTP settings in
/config/environments/development.rb. After making the changes is it
required to restart apache or any ather service? Actually the mail is not
getting still.

Yes - initialisers are not re-run until whatever it is that is executing
your rails code is restarted (unicorn, apache, nginx etc.)

Fred