Skip to Content
Menu
This question has been flagged
5 Replies
4246 Views

Because I had trouble setting up my usual SMTP account with Odoo V17 I ended up using Brevo (formerly Sendinblue). After some issues, it works now to send mails and get the actual status of delivery via the Brevo API with the help of this nice module from Cybrosys.

https://apps.odoo.com/apps/modules/16.0/brevo_connector/


The infos in the module explain how to get the module to work, but the whole process is missing, so here are a few hints.

  1. First, go to the key settings to get your SMTP credentials:
    https://app.brevo.com/settings/keys/smtp
  2. Then, setup your Outgoing mail server in Odoo and check it.
  3. It is recommended that you validate your Odoo instance (Domain) in Brevo:
    https://app.brevo.com/senders/domain/list
  4. Finally setup the Brevo a webhook to allow the Odoo Brevo module to work.
    https://app-smtp.brevo.com/webhook
  5. Configuration in Odoo (catchall address)


There has been a revamp of the mail system since V17, so ev. read the docs.

https://www.odoo.com/documentation/17.0/applications/general/email_communication/email_servers.html?

To setup the catchall it was in earlier versions pretty easy, all it needed was the following System param:

  • mail.catchall.alias (catchall)
  • mail.catchall.domain (yourdomain.com)

Now we have two new parameters which in my understanding should not created in the System param

  • mail.catchall.domain (yourdomain.com)
  • mail.default.from (catchall)????
  • mail.default.from_filter

But you need to create your catchall.domain in the company record (see the answer below)

Avatar
Discard
Author Best Answer

It seems that the Odoo docs related to mail configuration are not quite up to date.
I found the solution is to fill the parameters in the company records.




As for as I experienced adding the mail params in the System Parameter section does not have any effect. 

Avatar
Discard
Best Answer

To configure Odoo V17 with Brevo, follow these steps:

  1. Get SMTP credentials from Brevo
  2. Set up the outgoing mail server in Odoo and validate it.
  3. Validate your Odoo domain in Brevo
  4. Set up a Brevo webhook

If issues persist, consider using SMTPget, Mailjet, Mailgun, or iDealSMTP for reliable SMTP services.


Avatar
Discard
Best Answer

To configure Odoo for mass mail services like Brevo or Mailjet:

  • Obtain SMTP credentials from Brevo or Mailjet.
  • Set up outgoing mail server in Odoo.
  • Validate Odoo domain in Brevo (if using Brevo).
  • Configure Brevo webhook in Odoo.
  • Refer to Odoo documentation for V17 mail system changes.

You can also use some alternate of Brevo or Mailjet such as (Digitalaka or Amazon SES)SMTP server​, they can level up your email campaigns. 


Avatar
Discard
Best Answer

I've utilized iDealSMTP's SMPT server previously, and it's been a distinct advantage for our email crusades. Ensure you have your Programming interface accreditations helpful and follow the mix guide intently.

Avatar
Discard
Best Answer

I've used SMTPget's SMTP server before, and it's been a game-changer for our email campaigns. Make sure you have your API credentials handy and follow the integration guide closely.

Avatar
Discard
Related Posts Replies Views Activity
2
Jan 24
3079
0
Jul 24
1194
1
Feb 24
1972
2
Aug 22
9679
1
Sep 16
3220