You don't need to modify sendmail's config, you simply need to modify how
you are calling sendmail from PHP. Chances are the server you are on
already flushes the queue occasionally. You'd need to try to figure out
how often, perhaps simply by trial and error.
Since you have no control over the
Rasmus Lerdorf wrote:
> Simply configure your MTA to queue requests coming from PHP. Your php.ini
> file has the sendmail invocation line that is used by PHP's mail()
> function. Most MTA's out there have a sendmail-like interface and most
> have a way to tell it to simply queue the request and
Simply configure your MTA to queue requests coming from PHP. Your php.ini
file has the sendmail invocation line that is used by PHP's mail()
function. Most MTA's out there have a sendmail-like interface and most
have a way to tell it to simply queue the request and return immediately.
For sendm
3 matches
Mail list logo