0

I need to configure exim4 to wait for a ~1second delay between messages to a same host. Is this possible?

I need this basically because GMail sometimes complains saying that "im sending too many mails to them", and they believe its spam.

Thanks

4

1 回答 1

-1

您可以使用:

sleep(1);//1 is a second

PHP的函数来慢慢发送。

于 2013-10-25T14:28:39.700 回答