Anyone can think of any way to customize Email( Ma

2019-08-08 11:07发布

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条回答
欢心
2楼-- · 2019-08-08 11:33
rails g mailboxer:views

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

查看更多
登录 后发表回答