Maximum recipients per email

xerox

Verified User
Joined
Jul 16, 2019
Messages
145
Hi people.

How to change the limit of maximum recipients per email?

The default is something like 100 I think.

I would want to change this for one DA user only.

Any ideas?

Thanks.
 
What do you mean by that? Thanks.

I would want to use the BCC field to send out the emails.
 
send email for first 50 recipients, than send again to next 50, and so on..
 
If you have that many emails, that would be quite the silly way to do this, you shouldn't try to directly send that many emails.

Make sure all the addresses your using are your customers and not some list purchased off the internet, those will just get you in trouble/blocked/blacklisted.

I use something like PHP-List for customers wishing to do this.


I usually make a sub domain on the customers site for doing things like this (eg: news.sampledomain.com), and make PHP List the website, so that people can subscribe/unsubscribe. I also rate limit the sending to help not get listed on spam sites. And remove or set reasonably high the maximum messages that can be sent.

And depending on what country your from/sending to there can be certain rules you need to follow.

For heavy customers I put them on their own VPS, in a separate /24 net block I keep just for those customers, and they may need to also pay for mail relay services.

(Those customers have to follow the rules {no spamming, they must already be your customers} we have for them or will be shutdown without notice, and pay additional fees for cleanup.)
 
Back
Top