Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

How to configure Odoo to use mass mail service as Brevo (sendinblue), Mailjet

Subscriure's

Get notified when there's activity on this post

This question has been flagged
mailserverincomingmass_mailingv17
5 Respostes
6340 Vistes
Avatar
Lucas Huber

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)

0
Avatar
Descartar
Avatar
Lucas Huber
Autor 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. 

0
Avatar
Descartar
Avatar
Michael Smith
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.


0
Avatar
Descartar
Avatar
Brayden Diego
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. 


0
Avatar
Descartar
Avatar
Jorge Baker
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.

0
Avatar
Descartar
Avatar
Brett jhonson
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.

0
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
Mail delivery failed via SMTP server 'None' V17
mailserver v17
Avatar
Avatar
2
de gen. 24
4082
Email Issue
mail mailserver v17
Avatar
0
de jul. 24
1835
Odoo 17 email SMTPDataError: 552
smtp mailserver v17
Avatar
Avatar
1
de febr. 24
2761
How to get incoming emails to "Inbox" in "Discuss" Menu?
mailserver incoming odoo13CE
Avatar
Avatar
2
d’ag. 22
10887
[odoo8] Configure incoming mail server for single company in multi company envirohnment
mailserver incoming odoo8.0
Avatar
Avatar
1
de set. 16
3835
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now