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.
In Ruby on Rails, I need to change SMTP settings in /config/environments/development.rb . After
Share
If you’re using Passenger you should just
on your app root.