There are SPAM source verification policies that are based on the amount of emails that a particular domain is sending per hour.
These policies can be internal such as those applied by Google, or general as is the example of lists of SPAM.
When we talk about optimizing the sending of newsletters from our own solution the first concerns are not to lower the reputation of the sending IP nor to have the same IP present in the most common SPAM lists.
Looking at this, a question arose:
Nowadays, what is the limit that companies such as Google , Microsoft , Yahoo and others apply to discern whether sending is a reliable newsletter or a source of SPAM?
Of course, there are hundreds of methods in use to find out what SPAM is and what it is not, but what you want to deal with in this topic is the limit of emails, per minute, hour or day, which we can not exceed in order to ensure that for example Google will not consider a certain source address of SPAM when it is only sending reliable 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 on trying to get these values or a reference line to plan the application efficiently came up this information:
Google Apps - Receiving limits (English)
...
If an account is the limit, a user can not receive any new email ...┌─────────────┬──────────┐ │ Per minute │ 180 │ ├─────────────┼──────────┤ │ Per hour │ 3600 │ ├─────────────┼──────────┤ │ Per day │ 86,400 │ └─────────────┴──────────┘
But is this limit for Apps accounts, and for Gmail? And in the others? Is a storm being raised in a glass of water?