Re: 'Nobody' disallowed from sending email with PHP
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: 'Nobody' disallowed from sending email with PHP

From: Jason Garber <jgarber@gmail.com>
Date: Thu Sep 15 2005 - 01:48:43 CEST

Proposed solution:

Create a MySQL table to queue the emails. Then write a PHP script that
will check the queue, and send any emails in it (and then delete them).

Add a line to your crontab to call this script every minute, and you
should be set.
Received on Mon Oct 24 02:10:04 2005