Anyone can think of any way to customize Email( Mailboxer gem's) template view on rails3?

南楼画角 提交于 2019-12-11 14:26:33

问题


I'm currently using gem called "Mailboxer" on rails3. Everytime, mailboxer delivers email, and it seems it's using the template shown below. Anyone knows how to customize this template?

Even though you install mailboxer, views won't be produced so that you can't customize it!

You have a new message: subject

      You have received a new message:    


Body

回答1:


rails g mailboxer:views

Will generate the view files you need so you can edit them.



来源:https://stackoverflow.com/questions/11303303/anyone-can-think-of-any-way-to-customize-email-mailboxer-gems-template-view-o

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!