作者热门文章
- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我正在寻找一种在 mail_to 链接中包含 html 的方法,这样我就可以在这封电子邮件的正文中自动包含一个横幅。
感谢任何提示
马库斯
最佳答案
rails 3
mail_to "email@example.com", raw(image_tag("/path/to/banner.png"))
rails 2.x
mail_to "email@example.com", image_tag("/path/to/banner.png")
请参阅 mail_to 的文档 helper 。
关于html - rails : include html in a mail_to link,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4224504/
我是一名优秀的程序员,十分优秀!