millercj Posted January 22, 2009 Share Posted January 22, 2009 So my client recently subscribed to hosting from Inmotion. Today she went to send out a mass email and wanted to use the BCC field. Much to her dismay the message was returned to her saying that her list is too large. I contacted the company and they responded with "We have a limit of 50 recipients per message and no more than 250 messages sent per hour. We also have a limit of 5 addresses in the bcc field." Aha! there's the problem. But the solution I'm not sure of. Are there any solutions out there via php (or anything else) that could workaround this when it comes time to send newsletters and such? Quote Link to comment https://forums.phpfreaks.com/topic/141879-php-mail/ Share on other sites More sharing options...
.josh Posted January 22, 2009 Share Posted January 22, 2009 put the mail function in a loop and send out 5 at a time. Each loop iteration you can select the next 5 from the database using LIMIT offset, amount. Quote Link to comment https://forums.phpfreaks.com/topic/141879-php-mail/#findComment-742851 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.