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


i'm using gem called "mailboxer" on rails3. everytime, mailboxer delivers email, , seems it's using template shown below. knows how customize template?

even though install mailboxer, views won't produced can't customize it!

you have new message: subject        have received new message:       body 

rails g mailboxer:views 

will generate view files need can edit them.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -