mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Document using default_url_options
in an ActionMailer class.
This commit is contained in:
parent
25e4b15b1b
commit
3a6e84715e
1 changed files with 3 additions and 0 deletions
|
@ -133,6 +133,9 @@ module ActionMailer
|
|||
#
|
||||
# config.action_mailer.default_url_options = { host: "example.com" }
|
||||
#
|
||||
# You can also define a <tt>default_url_options</tt> method on individual mailers to override these
|
||||
# default settings per-mailer.
|
||||
#
|
||||
# By default when <tt>config.force_ssl</tt> is true, URLs generated for hosts will use the HTTPS protocol.
|
||||
#
|
||||
# = Sending mail
|
||||
|
|
Loading…
Reference in a new issue