Displaying 1 result from an estimated 1 matches for "email_contents".
2006 Jun 01
2
using ActionMailer with template files retrieved from sql database table instead of on disk files
I''m trying to set up a system which allows users to create and modify
emails to send out to clients. I''ve got ActionMailer set up to send
from a template file stored on the file system, but I''d like to be
able to move this into the database. Does anyone know how to get
ActionMailer to read the contents of the email from a database table
rather than the on-disk template