Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

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

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

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

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
mailserverincomingmass_mailingv17
5 Replies
6400 Tampilan
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
Buang
Avatar
Lucas Huber
Penulis Jawaban Terbai

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
Buang
Avatar
Michael Smith
Jawaban Terbai

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
Buang
Avatar
Brayden Diego
Jawaban Terbai

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
Buang
Avatar
Jorge Baker
Jawaban Terbai

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
Buang
Avatar
Brett jhonson
Jawaban Terbai

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
Buang
Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
Mail delivery failed via SMTP server 'None' V17
mailserver v17
Avatar
Avatar
2
Jan 24
4127
Email Issue
mail mailserver v17
Avatar
0
Jul 24
1861
Odoo 17 email SMTPDataError: 552
smtp mailserver v17
Avatar
Avatar
1
Feb 24
2802
How to get incoming emails to "Inbox" in "Discuss" Menu?
mailserver incoming odoo13CE
Avatar
Avatar
2
Agu 22
10935
[odoo8] Configure incoming mail server for single company in multi company envirohnment
mailserver incoming odoo8.0
Avatar
Avatar
1
Sep 16
3868
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة 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 adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

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