Zum Inhalt springen
Odoo Menü
  • Anmelden
  • Jetzt gratis testen
  • Apps
    Finanzen
    • Buchhaltung
    • Rechnungsstellung
    • Spesenabrechnung
    • Tabellenkalkulation (BI)
    • Dokumente
    • E-Signatur
    Vertrieb
    • CRM
    • Vertrieb
    • Kassensystem – Shop
    • Kassensystem – Restaurant
    • Abonnements
    • Vermietung
    Websites
    • Website-Builder
    • E-Commerce
    • Blog
    • Forum
    • Livechat
    • E-Learning
    Lieferkette
    • Lager
    • Fertigung
    • PLM
    • Einkauf
    • Wartung
    • Qualität
    Personalwesen
    • Mitarbeiter
    • Personalbeschaffung
    • Abwesenheiten
    • Mitarbeiterbeurteilung
    • Personalempfehlungen
    • Fuhrpark
    Marketing
    • Social Marketing
    • E-Mail-Marketing
    • SMS-Marketing
    • Veranstaltungen
    • Marketing-Automatisierung
    • Umfragen
    Dienstleistungen
    • Projekte
    • Zeiterfassung
    • Außendienst
    • Kundendienst
    • Planung
    • Termine
    Produktivität
    • Dialog
    • Genehmigungen
    • IoT
    • VoIP
    • Wissensdatenbank
    • WhatsApp
    Apps von Drittanbietern Odoo Studio Odoo Cloud-Plattform
  • Branchen
    Einzelhandel
    • Buchladen
    • Kleidergeschäft
    • Möbelhaus
    • Lebensmittelgeschäft
    • Baumarkt
    • Spielwarengeschäft
    Essen & Gastgewerbe
    • Bar und Kneipe
    • Restaurant
    • Fast Food
    • Gästehaus
    • Getränkehändler
    • Hotel
    Immobilien
    • Immobilienagentur
    • Architekturbüro
    • Baugewerbe
    • Immobilienverwaltung
    • Gartenarbeit
    • Eigentümervereinigung
    Beratung
    • Buchhaltungsfirma
    • Odoo-Partner
    • Marketingagentur
    • Anwaltskanzlei
    • Talentakquise
    • Prüfung & Zertifizierung
    Fertigung
    • Textil
    • Metall
    • Möbel
    • Speisen
    • Brauerei
    • Firmengeschenke
    Gesundheit & Fitness
    • Sportklub
    • Brillengeschäft
    • Fitnessstudio
    • Therapeut
    • Apotheke
    • Friseursalon
    Handel
    • Handyman
    • IT-Hardware & -Support
    • Solarenergiesysteme
    • Schuster
    • Reinigungsdienstleistungen
    • HLK-Dienstleistungen
    Sonstiges
    • Gemeinnützige Organisation
    • Umweltschutzagentur
    • Plakatwandvermietung
    • Fotostudio
    • Fahrrad-Leasing
    • Software-Händler
    Alle Branchen ansehen
  • Community
    Lernen
    • Tutorials
    • Dokumentation
    • Zertifizierungen
    • Schulung
    • Blog
    • Podcast
    Bildung fördern
    • Bildungsprogramm
    • Scale-Up! Planspiel
    • Odoo besuchen
    Software anfragen
    • Herunterladen
    • Editionen vergleichen
    • Releases
    Zusammenarbeiten
    • Github
    • Forum
    • Veranstaltungen
    • Übersetzungen
    • Partner werden
    • Dienstleistungen für Partner
    • Buchhaltungsfirma registrieren
    Services anfragen
    • Partner finden
    • Buchhalter finden
    • Einen Experten treffen
    • Implementierungsservices
    • Kundenreferenzen
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Eine Demo erhalten
  • Preiskalkulation
  • Hilfe

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

  • CRM
  • e-Commerce
  • Buchhaltung
  • Lager
  • PoS
  • Projekte
  • MRP
All apps
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Hilfe

odoo 10: problem with mail setup

Abonnieren

Erhalten Sie eine Benachrichtigung, wenn es eine Aktivität zu diesem Beitrag gibt

Diese Frage wurde gekennzeichnet
setupmessageemailtemplates
5210 Ansichten
Avatar
Michele F.

Hello, i did install odoo10 community (this version 10.0-20170103) on ubuntu 16.04 virtual local machine, everything goes fine by following the guide, been setting up wkhtmltopdf and other usefull tools for my country fiscal settings.

i did arrive to the email setup, and started first problems, i will explain what kind of interaction i need between emails/odoo for the company and how i did try to reach that goal.


in the ideal setup i must have all outgoing emails with FROM to be always the same, in that case noreply@xxxx.com

than by setting the reply to field everyone that receive an odoo generated document could reply to the user that actually send the email via odoo.

on the incoming email, i only have one email for generating leads, i don't need any other communication for users, so actually this is not giving problems.


that is all what i try to do to reach my goal of outgoing emails setup.

1) at begin communication witha  dovecot+postfix vm was not working, so i had to make this patch:   https://github.com/odoo/odoo/issues/10833    and this fixed authentication problems.

2) all outgoing emails was than having FROM as the user email and reply to catchall@xxxx.com and this was not correct, so as stated in most thread here and around web, i did remove the catchall in systems parameters (mail.catchall.alias)

3) after fixing the catchall problem, now email comes from user and there's no more REPLY TO, as without catchall it let you reply only to the sender, but it was still far from what i wanted.

4) i did try to modify the template, under the configuration -> email -> templates , but none of what i write in that template is beign read by odoo, and it does not change anything in email received.

5) to fix the sender issue, as i wanted to have one and only sender( FROM), noreply@xxxx.com i did modify the file ir_email_server.py   adding a static address for FROM , and it worked, so by now all seems to be ok.

6) i did try to send varius emails/communications, like direct message to a partner work perfectly as i wanted, but when i try to send an invoice or any kind of other attached documents the email arrive to the right TO receiver, but the REPLY TO field is set to the creator of the document, to fix this problem, as told before i did try to add REPLY TO in email templates but odoo is not taking care of that templates setup.


the problem at the end, it's not possible that a customer ask for an document to be sent, and once sent it comes from another odoo user email becouse(REPLY TO), if the customer have problems he will have to deal with who send the document, and it means that actual user that wanted to send the email with attachment, and NOT the user who did create the document.

i'd like also to fix the FIXED FROM sender issue, couse manually changing a PY File does not seem to be a fair solution.

thanks for the help, i read soo many pages around the web but none of the solution proposed could fix this problems.




0
Avatar
Verwerfen
Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!

Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!

Registrieren
Verknüpfte Beiträge Antworten Ansichten Aktivität
Editing helpdesk message template
message email templates helpdesk
Avatar
0
Feb. 21
4871
Email Template subject parameters Gelöst
email templates
Avatar
Avatar
1
Feb. 24
3671
Nothing rendered into email body_html (Odoo 16) Gelöst
email templates
Avatar
1
Juli 23
4698
How to add company logo to email templates? Gelöst
email templates
Avatar
Avatar
Avatar
Avatar
3
Dez. 23
19983
Failed to render template Gelöst
email templates
Avatar
Avatar
1
Feb. 22
7209
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Bildung
  • Buchhalter finden
  • Partner finden
  • Partner werden
Über uns
  • Unsere Firma
  • Markenwerte
  • Kontakt
  • Karriere
  • Veranstaltungen
  • Podcast
  • Blog
  • Kunden
  • Rechtliches • Datenschutz
  • Sicherheit
الْعَرَبيّة 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 ist eine Suite von Open-Source-Betriebsanwendungen, die alle Bedürfnisse Ihres Unternehmens abdecken: CRM, E-Commerce, Buchhaltung, Lager, Kassensystem, Projektmanagement etc.

Das einzigartige Wertversprechen von Odoo ist, dass es gleichzeitig sehr einfach zu bedienen und voll integriert ist.

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