Index: openacs-4/packages/mail-tracking/www/doc/index.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/mail-tracking/www/doc/index.html,v
diff -u
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ openacs-4/packages/mail-tracking/www/doc/index.html 29 Nov 2006 12:31:41 -0000 1.1
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+Mail-Tracking Documentation
+By Malte Sussdorff
+
+Overview
+The mail tracking package is a helper package for acs-mail-lite to track outgoing E-Mails. It's goal is to allow sysadmin to install the package in addition to acs-mail-lite and have all the emails tracked for each recipient. Additionally it easily integrates with contacts and project manager to display the mails for a contact / regarding a project.
+Design
+There are three tables which make up this package:
+
+- acs_mail_log: This table tracks all the emails themselves
+
- acs_mail_log_recipient_map: This maps the recipients which have a party_id in the OpenACS systems to the tracked E-Mail.
+
- acs_mail_log_attachment_map: This table keeps track of the files from the content repository that have been attached to the E-Mail.
+
+They are filled with a callback acs_mail_lite::complex_send or acs_mail_lite::send that are being called after successful sending of an E-Mail. This stores the data.
+
+
\ No newline at end of file