What is equivalent relative_url_rootin ActionMailer?
I tried to configure it in default_url_options, but it adds a parameter to the query string.
Adding :skip_relative_url_root = falsedoes not work either.
Usage :host = 'somehost.com/subdir' works , but is it suitable?
Thank!
source
share