On 04/25/2004 06:03 PM, Jason Sheets wrote:
Take a look at the Mail Queue class from PEAR, it enables you to put mail in the Queue instead of real time delivery.
http://pear.php.net/packages.php?catpid=14&catname=Mail
This is a bit of an overkill as it attempts to provide an inefficient solution replicate the dedicated solution built-in sendmail for queueing messages that can be called with a few lines of code, thus without needing a large PHP package.
--
Regards, Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator http://www.meta-language.net/metastorage.html
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php