views:

45

answers:

0

I want to use my Rails app to send campaign-style emails ("Hi, call your representative! Her name and number are...") that are customized on a per-user basis. Effectively, each user could be seeing a slightly different email. Some of these emails would need to contain link_to's, and other helper functions.

I've never used any CMS in Rails, and I'm nervous about simply diving in. Can I do what I want to do with any of the CMS's available out there? I haven't been able to find anything on Google regarding interaction between content management systems and ActionMailer.

Thanks, all!