Ruby on Rails
HowToHandleAndTrackAnEmailCampaign (Version #1)

I’ve wrote an article explaining how to track the effects of your email campaign

That’s:

  • how to create a list of receivers using scaffold
  • how to teach ActionMailer how to handle multiple mails without create an action for each of them
  • how to create a rake task for sending mails.

I’ve wrote an article explaining how to track the effects of your email campaign

That’s:

  • how to create a list of receivers using scaffold
  • how to teach ActionMailer how to handle multiple mails without create an action for each of them
  • how to create a rake task for sending mails.