Skip to Content
Menu
This question has been flagged
2 Replies
5964 Views

Hello.


We are using Barracuda as spamfilter and the subscription module in our Odoo 14 environment.

When we are trying to send 200 invoices at the same time, I get an error in Odoo when sending the emails.

Looking at the mails in Barracuda, I see that I get an error 421: too many messages in one session.

Is there a way to limit the number of messages in an SMTP session in Odoo?

ps: changing the limit in Barracuda is not an option.

thanks

Avatar
Discard
Author Best Answer

Hi Muhammad

You got me wrong. If you send 200 mails, Odoo is packing them in one SMTP session, and not in 200 SMTP sessions !

And your link is too old to be useful.

Regards.

Avatar
Discard
Best Answer

With a trial databases, you have a limit of 50 emails per day; on Odoo SH Cloud Platform the limit is 200. There is a possibility to increase these numbers by contacting Odoo Support.

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.

Avatar
Discard