Page cannot be displayed when send mail with postfix and php
Posted: Wed Dec 17, 2003 2:51 am
Hello,
I'm using php and postfix to send mail.
It is ok when I send 5 or 10 mails.
When I send a mail to 600 customers, mail form show message.
This message is "A page cannot be displayed."
I changed phpinfo.
Timeouts Connection: 1000
I added this 3 functions into mail send program.
ob_start();
flush();
ob_end_flush();
Howeber it doesn't change.
Please help me !
I'm using php and postfix to send mail.
It is ok when I send 5 or 10 mails.
When I send a mail to 600 customers, mail form show message.
This message is "A page cannot be displayed."
I changed phpinfo.
Timeouts Connection: 1000
I added this 3 functions into mail send program.
ob_start();
flush();
ob_end_flush();
Howeber it doesn't change.
Please help me !