Jump to content

Can you send mail() for bulk email?


megetron

Recommended Posts

Hello,

I have some troubles to send mass email. I am using mail() function and the script is timed out.

also there is a restriction in which you allowed to send 20 mails per minute.

so I use sleep(5) to delay 5 seconds between every mail, but the script is exceeded timeout.

Adding this: set_time_limit(0); will still not work.

 

maybe can I set a background thread? if so please tell me how to.

Also, if there is a built in script that can help me with that, I would like to hear about it.

Thanks =]

 

Link to comment
https://forums.phpfreaks.com/topic/262215-can-you-send-mail-for-bulk-email/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.