On 05/27/2003 11:40 AM, Manoj Nahar wrote:
My application requires mail to be sent as reminder before say 10 minutes of even time in future. I have read about an option to send mail to queue of sendmail and sendmail takes over from there.
I have tried this but without any luck.
If you need to send a message with that timing accuracy, it is better to send it directly to the recipient, instead of queueing it, as it may take a long time for the queue to be processed again.
Anyway, you may want to try this class that comes with a sub-class specialized on delivery using sendmail that lets you control whether the message is delivered imediately or queue for later delivery:
http://www.phpclasses.org/sendmail
--
Regards, Manuel Lemos
Free ready to use OOP components written in PHP http://www.phpclasses.org/
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php