Ruby on Rails
HowToHandleAndTrackAnEmailCampaign
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 track each url the receiver will click on your e-mails
- how to create a rake task for sending mails.