Toni Michel Caubet
Toni Michel Caubet

Reputation: 20163

Will I have problems if i implement a newsletter using PHP $mail?

I mean,

i'n the long term, when i have many accounts (10,000+), will send them all?

Or better i find a 3rd party open script for this?

thanks!

Upvotes: 0

Views: 215

Answers (1)

tsadiq
tsadiq

Reputation: 402

As far as i know, if you send a lot of email all at the same moment, you can get blacklisted by mail hosters as a spammer. One solution i heard about is to delay and send one smaller batch from every hour or so, but i honnestly don't think this is really efficient ;)

Using an external partner could be useful, maybe you could try Mail Chimp, as it is free with limit of 2k users, i guess it's worth giving a try. Then if you go over 2k you can consider getting a paying service or not !

Upvotes: 1

Related Questions