7
There are SPAM source verification policies that are based on the amount of emails that a given domain is sending per hour.
Such policies may be internal, such as those applied by Google, or general, such as SPAM lists.
When we talk about optimizing the sending of newsletters from an own solution the first concerns are not to lower the reputation of the sending IP or keep the same IP present in the most common SPAM lists.
In analyzing this, a question arose:
Nowadays, what is the limit that companies like the Google, Microsoft, Yahoo and others apply to discern whether sending is a trusted newsletter or a source of SPAM?
Of course, there are hundreds of methods in use to ascertain what is SPAM and what is not, but what you want to address in this topic is the limit of emails per minute, time or day, which we cannot exceed in such a way as to ensure that for example Google will not consider a particular address as a source of SPAM when it is only sending trusted newsletters!
Then comes the need to know:
┌─────────────────┬─────────────────────┬───────────────┬──────────────┐
│ Controlado em │ Tipo │ Limite por? │ Limite de? │
├─────────────────┼─────────────────────┼───────────────┼──────────────┤
│ Google | Provedor de Email │ Hora │ 100 │
├─────────────────┼─────────────────────┼───────────────┼──────────────┤
| Microsoft | Provedor de Email │ Dia │ 100000 │
├─────────────────┼─────────────────────┼───────────────┼──────────────┤
| Spamhaus │ Lista de SPAM │ Dia │ 1000000000 │
└─────────────────┴─────────────────────┴───────────────┴──────────────┘
Following trying to get these values or a reference line to plan the application efficiently came this information:
Google Apps - Receiving Limits (English)
...
If an Account Reaches the limit, a user cannot receive any new email ...┌─────────────┬──────────┐ │ Per minute │ 180 │ ├─────────────┼──────────┤ │ Per hour │ 3600 │ ├─────────────┼──────────┤ │ Per day │ 86,400 │ └─────────────┴──────────┘
But this limit is for Apps accounts, and for Gmail? What about the others? A storm is being lifted in a glass of water?
I preferred your question, interesting... It is not a storm in glass of water no, but the policy applies by service or company, usually there is a standard, but the particularities exist from company to company. I suggest you contact Google support in this case and understand the details about the SPAM policies. I leave a link here about this Gmail policy: https://support.google.com/a/answer/178266?hl=pt-br
– Daniel Accorsi