hi.
i'm using the mail() function to send email from a PHP script on a UNIX
system. sample code is:

$result=mail ($mail_to, $mail_subject, $mail_body, $mail_headers);

and it seems to be placing the mail in the sendmail queue which gets
sent every 30 mintues. is there a PHP mail() option or another mailing
command that can speed up this time?

or, does this sound like a sendmail setting?

thanks for any help!
    ben




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to