gpt4 book ai didi

ruby-on-rails - ActionMailer 中的 relative_url_root

转载 作者:行者123 更新时间:2023-12-04 20:23:15 24 4
gpt4 key购买 nike

相当于 relative_url_root在 ActionMailer 中?

我试过在 default_url_options 中设置它,但它会在查询字符串中附加参数。

添加 :skip_relative_url_root = false也不起作用。

使用 :host = 'somehost.com/subdir' 工作,但这合适吗?

谢谢!

最佳答案

一种更清洁的方法:

config.action_mailer.default_url_options = {
:host => "somehost.com",
:only_path => false,
:script_name => "/subdir"
}

Source

关于ruby-on-rails - ActionMailer 中的 relative_url_root,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3974440/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com