- Install ZOPE 2.6.x or more
- Install CMF 1.3.x or more
- Install Plone 2.x (earlier versions work with Plone 1.0.x)
- if you are using python < 2.2 install EMAIL module. You can download latest ver from:

  http://sourceforge.net/projects/mimelib/
   
  or from PloneWebMail site: plonewebmail.openprojects.it
  
- Untar the package in the Product dir of your zope instance
- Install it via CMF QuickInstaller or:
- create an external method at your Plone site root with the following information::

      id: InstallPloneWebMail
      title: Whatever you want
      module: PloneWebMail.Install
      function: install

- Click the test tab of this External Method and ensure the execution is correct.

- Login into your Plone site and add an Email account object.

- Enjoy!



