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

Differences between version 28 and previous revision of RobertButler.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 28 Last edited on Tuesday, 28 March 2017 15:27:24 by RobertButler Revert
Older page: version 27 Last edited on Tuesday, 28 March 2017 12:05:33 by RobertButler Revert
@@ -1,7 +1,8 @@
 == EMAIL CAMPAIGN MANAGER DESCRIPTION 
 * Email Manager Back-end Component 
  # Written in Python 3.x 
+ # Utilizes D-BUS (dbus-python, pydbus, etc.) for RPC.  
  # Manages Email Campaigns internally 
  # Requests email tokens from the front-end (PHP) website. 
  # Delivers emails to addresses with with thankyou and optout tokens, taking note of 
  bounces. 

version 28

EMAIL CAMPAIGN MANAGER DESCRIPTION

  • Email Manager Back-end Component

    1. Written in Python 3.x
    2. Utilizes D-BUS (dbus-python, pydbus, etc.) for RPC.
    3. Manages Email Campaigns internally
    4. Requests email tokens from the front-end (PHP) website.
    5. Delivers emails to addresses with with thankyou and optout tokens, taking note of bounces.
    6. Updates shared database (SQLite 3) for the front-end to read in order to display back-end 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.
    2. Uses kohana Web/MVC framework.
    3. Requests Campaign information (create, delete, start, stop, etc.)

Shared Database Schema

Table