Page cannot be displayed when send mail with postfix and php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dihuta
Forum Newbie
Posts: 1
Joined: Wed Dec 17, 2003 2:51 am

Page cannot be displayed when send mail with postfix and php

Post by dihuta »

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 !
Post Reply