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

Differences between version 30 and previous revision of RobertButler.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 30 Last edited on Tuesday, 28 March 2017 15:30:40 by RobertButler Revert
Older page: version 29 Last edited on Tuesday, 28 March 2017 15:30:21 by RobertButler Revert
@@ -25,6 +25,6 @@
  * [[RobertButler/Cache|Cache]] 
  
 === RPC Interface (D-BUS) 
 ==== Namespace: 
- * Namespace: com.healthplan-partners  
- * Pathname: /com.healthplan_partners/Campaign_Manager 
+* Namespace: com.healthplan-partners  
+* Pathname: /com.healthplan_partners/Campaign_Manager 

version 30

EMAIL CAMPAIGN MANAGER DESCRIPTION

  • Email Manager Back-end Component

    1. Written in Python 3.x
    2. Manages Email Campaigns internally
    3. Requests email tokens from the front-end (PHP) website.
    4. Delivers emails to addresses with with thankyou and optout tokens, taking note of bounces.
    5. 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 layout

RPC Interface (D-BUS)

Namespace:

  • Namespace: com.healthplan-partners
  • Pathname: /com.healthplan_partners/Campaign_Manager