gpt4 book ai didi

ruby-on-rails - 使用 Rails : how to favor the HTML version over the plain text one? 发送多部分电子邮件

转载 作者:行者123 更新时间:2023-12-04 07:55:46 24 4
gpt4 key购买 nike

我按照官方指南设置了一个带有多部分 View 的标准 Rails 邮件程序,如下所示:

mail(to: user.email, subject: "Welcome") do |format|
format.html { render layout: 'my_layout' }
format.text
end

带着明确的共同意图优先考虑html版本的消息,结果发现,如 this article points out , 调用 format.htmlformat.text 之前使许多邮件客户端仅显示消息的文本版本。在我的例子中,我用 Gmail 和 Mozilla Thunderbird 验证了(并努力解决了这个问题)。

是否有可靠的解决方案优先考虑 html 版本?

最佳答案

到目前为止,我发现的唯一解决方案是切换 format.htmlformat.text以便在 html 之前调用文本格式。这与人们所期望的完全相反。

关于ruby-on-rails - 使用 Rails : how to favor the HTML version over the plain text one? 发送多部分电子邮件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15294624/

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