README.txt ZMailIn ZMailIn, a product designed by New Information Paradigms Ltd, provides the means to send emails directly in to Zope. If an email is sent to a configured email address then it will arrive in the Zope environment ready for processing by any Zope method or script. Getting Started: (More detailed installation and setup instructions can be found in INSTALL.txt and in the help system.) 1. Extract ZMailIn in to your Zope Products directory (i.e. *Zope_Home/lib/python/Products* ). 2. Restart Zope. 3. Create a ZMailIn Client and set it to recieve emails form a specified account (i.e. *andyd@nipltd.com* ). 4. Create a Method (Python Script/DTML Method/Product Method) to deal with incoming emails. 5. Modify the ZMailIn Client's method field to point to you newly created method. 6. Configure your Message Transport Agent (MTA) to pipe messages to a specific email (i.e. *andyd@nipltd.com* ). 7. Restart your MTA and send a message to the configured email address (i.e. *andyd@nipltd.com* ). All questions and comments to "New Information Paradigms Ltd - ZMailIn Support", mailto:zmailin-support@nipltd.com .