Error :
Action mailer – method_missing: undefined method server_settings= for ActionMailer::Base:Class (NoMethodError)
Fix :
The error occurs because in Rails 2.* server_settings has been replaced by smtp_settings.
Make the change in the environment.rb file and the issue should be fixed.