Update mail/postfix-current to version 3.2.20161008,4
[dports.git] / mail / pear-Mail_Queue / pkg-descr
1 Class to handle mail queue managment.
2 Wrapper for PEAR::Mail and PEAR::DB (or PEAR::MDB/MDB2).
3 It can load, save and send saved mails in background
4 and also backup some mails.
5
6 The Mail_Queue class puts mails in a temporary container,
7 waiting to be fed to the MTA (Mail Transport Agent),
8 and sends them later (e.g. a certain amount of mails
9 every few minutes) by crontab or in other way.
10
11 WWW: http://pear.php.net/package/Mail_Queue/