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? 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. Link to comment https://forums.phpfreaks.com/topic/141879-php-mail/#findComment-742851 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.