lib/action_mailer/base.rb in actionmailer-5.1.0.beta1 vs lib/action_mailer/base.rb in actionmailer-5.1.0.rc1

- old
+ new

@@ -131,9 +131,12 @@ # It is also possible to set a default host that will be used in all mailers by setting the <tt>:host</tt> # option as a configuration option in <tt>config/application.rb</tt>: # # 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 # # Once a mailer action and template are defined, you can deliver your message or defer its creation and