         VERSION=1.1
          
         UPDATED=20050408
           SPELL=PEAR-Mail_Queue
        WEB_SITE=http://pear.php.net/package/Mail_Queue/
      LICENSE[0]=PHP
           SHORT='PEAR: Class for put mails in queue and send them later'
cat << EOF
Class to handle mail queue managment.
Wrapper for PEAR::Mail and PEAR::DB (or
PEAR::MDB).
It can load, save and send saved mails in
background
and also backup some mails.

The Mail_Queue class puts mails in a temporary
container waiting to be fed to the MTA (Mail
Transport Agent)
and send them later (eg. every few minutes) by
crontab or in other way.
EOF


