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

Differences between version 5 and previous revision of RobertButler.

Other diffs: Previous Major Revision, Previous Author

Newer page: version 5 Last edited on Tuesday, 28 March 2017 9:23:41 by RobertButler Revert
Older page: version 4 Last edited on Thursday, 28 February 2008 0:18:00 by CyberLeo Revert
@@ -1,2 +1,13 @@
-!!! [HMAC Authentication|RobertButler/Authentication]  
-!!! [HMAC Authorization|RobertButler/Authorization]  
+== EMAIL CAMPAIGN MANAGER DESCRIPTION  
+* Email Manager Back-end Component  
+ # 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.  
+ # Updates shared database (SQLite, PGSQL?) for the front-end to be able to display campaign status  
+  
+* Email Manager Front-end Component  
+ # written in PHP, uses shared database to update user(s) on campaign status,  
+ progress, bounces, opt-outs, etc.  
+ # Requests Campaign information (create, delete, start, stop, etc.)  
+ # Starts, stops email campaign manager. (systemd, TODO.)  

version 5

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.
    2. Requests Campaign information (create, delete, start, stop, etc.)
    3. Starts, stops email campaign manager. (systemd, TODO.)