Note: You are viewing an old version of this page. View the current version.

EMAIL CAMPAIGN MANAGER DESCRIPTION

  • Email Manager Back-end Component

    1. Manages Email Campaigns internally
    2. Requests email tokens from the front-end (PHP) website.
    3. Delivers emails to addresses with with thankyou and optout tokens, taking note of bounces.
    4. Updates shared database (SQLite, Pgsql?) for the front-end to be able to display campaign status
  • Email Manager Front-end Component

    1. written in PHP, uses shared database to update user(s) on campaign status, progress, bounces, opt-outs, etc.

<<<<<<< Your version

  1. Uses *kohana* for as MVC framework.
  1. Requests Campaign information (create, delete, start, stop, etc.)

Other version

  1. Requests Campaign information (create, delete, start, stop, etc.)
  2. Starts, stops email campaign manager. (systemd, TODO.)