method
default_options=
rails latest stable - Class:
ActionMailer::Base
default_options=(value = nil)public
Allows to set defaults through app configuration:
config.action_mailer.default_options = { from: "no-reply@example.org" }
default_options=(value = nil)Allows to set defaults through app configuration:
config.action_mailer.default_options = { from: "no-reply@example.org" }