How many emails can be inserted into BCC ? I want to send an email with php mail() function with 5000 BCC. Can it send?
It all depends how the server is configured, I'd say your best bet is to contact your host for the details. Usually there is a cap on the amount of e-mails that can be sent per hour though, I'd ask them what that limit is as well.
Thanks, I want to send bulk email with php, I want to send 500 emails per 30 minutes with file send.php How can i use Cron to do that?