سؤال

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?

هل كانت مفيدة؟

المحلول

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

نصائح أخرى

My solution to this would be to allow users to create markdown emails. You can use redcarpet or a number of other markdown parsing tools. However, depending on what you want to do, you might need to sanitize user input manually.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top