Search code examples
ruby-on-railsdeviseactionmailerdevise-invitable

Rails mailer with user editable template


I am building a cms in rails where I want the site admins to be able to customize the email templates. so the mailer views needs to be editable via web interface. I am using Rails 3.2 with Devise for authentication.

Possible?


Solution

  • I ended up using liquid templating to do this. works pretty well & more importantly, its safe