I want to send minimum 2000 emails per hour in odoo 12. Can it be possible with odoo 12 ? Can anyone tell me what is the email sending limits of odoo12
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilité
- Inventaire
- PoS
- Project
- MRP
Cette question a été signalée
The email sending limit is 10 000. It is possible to change this limit If you modify the process_email_queue method
https://www.odoo.com/es_ES/forum/ayuda-1/question/how-to-use-a-limit-hour-when-sending-mass-mail-3597
I hope my answer will help you.
Hi, I want to stop Odoo when it already sent 10.000 mails, and wait for the next day and hour to enable sending more. Is this possible?
Hi
We have a custom module developed that allows configuring the mail limit. For eg if your schedular is set to run each hour and you configure 100 as limit then only 100 emails will be sent every hour.
Thanks
Naresh Soni
jmnaresh@gmail.com
skype : naresh_openerp
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrirePublications associées | Réponses | Vues | Activité | |
---|---|---|---|---|
|
0
oct. 23
|
33 | ||
|
3
oct. 23
|
787 | ||
|
1
oct. 23
|
569 | ||
|
1
août 23
|
1671 | ||
|
1
août 23
|
2074 |
The email sending limit is 10 000. You can see it here -
https://github.com/odoo/odoo/blob/12.0/addons/mail/models/mail_mail.py#L128
It is possible to change this limit If you modify the process_email_queue method-https://www.odoo.com/es_ES/forum/ayuda-1/question/how-to-use-a-limit-hour-when-sending-mass-mail-3597
I hope my answer will help you.