method

server_settings=

Importance_0
Ruby on Rails latest stable (v2.3.4) - 0 notes - Class: ActionMailer::Base

Method deprecated

This method is deprecated on the latest stable version of Rails. The last existing version (v1.2.6) is shown here.

server_settings=(settings) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailer/lib/action_mailer/base.rb, line 373
      def server_settings=(settings)
        ActiveSupport::Deprecation.warn("server_settings has been renamed smtp_settings, this warning will be removed with rails 2.0", caller)
        self.smtp_settings=settings
      end
Register or log in to add new notes.