fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
388 B
Text
9 lines
388 B
Text
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.
|