chanchelkumar Posted February 1, 2008 Share Posted February 1, 2008 Hi Friends, I am working with an email-inviter, While sending email bulkly what are the precautions should i take to avoid spamming... Heard that some mailing system reject bulk mails as spams... How could i set the time interval between two mails...?? Thanks in advance... Quote Link to comment https://forums.phpfreaks.com/topic/88876-send-bulk-mail-with-some-delay/ Share on other sites More sharing options...
Guardian-Mage Posted February 1, 2008 Share Posted February 1, 2008 Use the php date() function and a text file. Write the last time sent in the text file, and have you php script keep checking the date until 5 or more minutes have passed. Quote Link to comment https://forums.phpfreaks.com/topic/88876-send-bulk-mail-with-some-delay/#findComment-455228 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.