Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Procházet všechna odvětví
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Služby pro partnery
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

OpenERP 7: SMTP fails

Odebírat

Get notified when there's activity on this post

This question has been flagged
emailsmtpv77.0
2 Odpovědi
14814 Zobrazení
Avatar
Sebastien Bossu

I cannot get OpenERP to send mails. In the log I get the following:

2013-11-14 16:13:46,727 7797 ERROR OPENERP7 openerp.addons.base.ir.ir_mail_server: Mail delivery failed via SMTP server 'localhost'. SMTPSenderRefused: 501 5.1.7 Bad sender address syntax username@mailserverIP Traceback (most recent call last): File "/var/packages/OpenERP7.x/target/openerp/addons/base/ir/ir_mail_server.py", line 460, in send_email smtp.sendmail(smtp_from, smtp_to_list, message.as_string()) File "/usr/local/lib/python2.7/smtplib.py", line 722, in sendmail raise SMTPSenderRefused(code, resp, from_addr)

It seems that OpenERP is using the user's alias username@mailserverIP instead of the correct username configured in Settings > Email > Outgoing Mail Servers

Any ideas how to fix this?

1
Avatar
Zrušit
Serpent Consulting Services Pvt. Ltd.

Did you configure outgoing mail server?

Sebastien Bossu
Autor

yes and the Test Connection was successful

Avatar
Jeudy Nicolas
Nejlepší odpověď

hello,

You have this message because when you send a message from openERP, your sender email is the alias of your user. Your current SMTP server say that you can not send email though it with this email adresse ..

You have to enable / authorize your SMTP server (in the config of your smtp server) to relay / send email that have username@mailserverIP as email adresse, or change your setting for domain alias in settings -> general settings

image description

1
Avatar
Zrušit
Sebastien Bossu
Autor

Thank you this fixed the problem. What is then the purpose of the "Outgoing mail server" option in Settings > Email > Templates / Advanced tab? This parameter seems to be ignored.

Christian SONDI

I configured out going mail serveur, and email went out and destined persons received emails. But with 1 problem : they received email as from my_odoo_user@localhost Then it was difficult for them to answer. After having add the correct domaine, it works. Thank you!

Sanjay Jamod (sja)

Thanks.. this works for me

Avatar
Yanis Chiniah
Nejlepší odpověď

I have issues with the email system in open erp 7 as well.

Installation: It is currently installed on premises.

The email is configured and works fine for new user creation (They all receive the email activation link)

On the other hand when you compose an email or activate a subtype the email never reaches the target destination.

I receive no error message whatsoever.

Can anyone help??? plz

0
Avatar
Zrušit
Jeudy Nicolas

can you open a new question and add link to the new one in your comment ? I think it is a new probleme and it is better to open new request / question. thanks!

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

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

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
How to setup smtp send email for each user
email smtp 7.0
Avatar
Avatar
Avatar
3
zář 21
17551
How can i use user wise smtp account?
email smtp v7 openerp
Avatar
Avatar
Avatar
2
bře 15
11208
outgoing mail server not working with smtp.office365.com Vyřešeno
email smtp
Avatar
Avatar
Avatar
Avatar
Avatar
14
kvě 24
237302
How to disable automatic mail ? Vyřešeno
email v7
Avatar
Avatar
Avatar
Avatar
Avatar
7
dub 24
46999
How can I set custom from and reply-to addresses in email templates? Vyřešeno
email v7
Avatar
Avatar
Avatar
Avatar
Avatar
6
čvc 23
27303
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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