cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Delay email sending with php

Barbara312
Just Moved In

I'm using a FOR loop to send emails from an array[250].

 

 

for ($counter = 0; $counter <= 250; $counter ++){

// send email function[$counter]



}

 

 

I thought about the sleep() function but since the server have limit excute time isn't an option. Please help me with this!

1 REPLY 1

rc
Rockstar

The best place to ask this question is in a programming forum. You shhould provide additional information on the mail API you are using and the platform you are sending the email from,  Windows or Unix.

 

Is the question you are asking is that you want an email sent after a specific date and time?