method
server_settings=
server_settings=(settings)
public
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

