aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Mail_Queue/pkg-descr
blob: 8eb8346914f4e5278a01af7b93ad3320558583cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Class to handle mail queue managment.
Wrapper for PEAR::Mail and PEAR::DB (or PEAR::MDB/MDB2).
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 sends them later (e.g. a certain amount of mails
every few minutes) by crontab or in other way.

WWW: http://pear.php.net/package/Mail_Queue/