Search code examples
ruby-on-railsruby-on-rails-4mailboxer

Cannot change email template in Mailboxer


I generated mailboxer email view templates with rails g mailboxer:views. However no matter how I change these templates my mailboxer emails remain the same. Am I doing something wrong or is this a bug?


Solution

  • The problem is, that the rails g mailboxer:views created proper folders, but in the wrong directory. It created them in the app/views folder instead of app/views/mailboxer. If you have the same issues just move the message_mailer folder inside the mailboxer folder.