Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
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
您可以使用:
sleep(1);//1 is a second
PHP的函数来慢慢发送。