vote up 0 vote down star

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!

flag
I find your question confusing, why are you looking for a CMS to do this? You can use ActionMailer from your code any way you want without any CMS. And if there's a CMS that can do all the mailing for you, why do you care whether it uses ActionMailer or any other component? – J. Pablo Fernández Nov 2 at 9:51

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.