Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

Mail delivery failed via SMTP server 'None'.

Odoberať

Get notified when there's activity on this post

This question has been flagged
10 Replies
58718 Zobrazenia
Avatar
Dan

Followed the instructions for setting up outgoing SMTP server. Test is sucessful and there is only one SMTP server setup and the priority is 1. When I try to send an invitation email I get this error:

Mail delivery failed via SMTP server 'None'.
SMTPDataError: 550
5.7.60 SMTP; Client does not have permissions to send as this sender [CY1PR1101MB1228.namprd11.prod.outlook.com]

My SMTP server is named "Outgoing" not "None".

Here is what I am seeing in the log:


2017-12-14 13:55:07,191 816 INFO sanders odoo.addons.base.ir.ir_mail_server: Mail delivery failed via SMTP server 'None'.
SMTPDataError: 550
5.7.60 SMTP; Client does not have permissions to send as this sender [BN3PR1101MB1218.namprd11.prod.outlook.com]
2017-12-14 13:55:07,191 816 ERROR sanders odoo.addons.mail.models.mail_mail: failed sending mail (id: 18) due to Mail Delivery Failed
Mail delivery failed via SMTP server 'None'.
SMTPDataError: 550
5.7.60 SMTP; Client does not have permissions to send as this sender [BN3PR1101MB1218.namprd11.prod.outlook.com]
Traceback (most recent call last):
  File "C:\Program Files (x86)\Odoo 11.0\server\odoo\addons\base\ir\ir_mail_server.py", line 457, in send_email
    smtp.sendmail(smtp_from, smtp_to_list, message.as_string())
  File "C:\Program Files (x86)\Odoo 11.0\python\lib\smtplib.py", line 888, in sendmail
    raise SMTPDataError(code, resp)
smtplib.SMTPDataError: (550, b'5.7.60 SMTP; Client does not have permissions to send as this sender [BN3PR1101MB1218.namprd11.prod.outlook.com]')

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Program Files (x86)\Odoo 11.0\server\odoo\addons\mail\models\mail_mail.py", line 326, in _send
    msg, mail_server_id=mail.mail_server_id.id, smtp_session=smtp_session)
  File "C:\Program Files (x86)\Odoo 11.0\server\odoo\addons\base\ir\ir_mail_server.py", line 466, in send_email
    raise MailDeliveryException(_("Mail Delivery Failed"), msg)
odoo.addons.base.ir.ir_mail_server.MailDeliveryException: ('Mail Delivery Failed', "Mail delivery failed via SMTP server 'None'.\nSMTPDataError: 550\n5.7.60 SMTP; Client does not have permissions to send as this sender [BN3PR1101MB1218.namprd11.prod.outlook.com]")

2
Avatar
Zrušiť
Dan
Autor

Ermin, Since I can't reply to your post I'm replying here. Thanks for the link. I checked and the situation described in that post is different from mine. We use hosted Exchange server and I have already configured connectors and allowed IP addresses and am able to IMAP for mail clients and other CRM apps. The error I am getting shows that odoo is trying to send through a server that doesn't exist "None" instead of using the outgoing SMTP server that I have already setup and tested which is named "Outgoing". I tried to paste a screenshot of my setup but couldn't.

JPascal

Hi
I am on Odoo 18 in a proxmox LXC.
I set up our smtp ougoing server, (exchange) and tested it ok.

It worked on sending account creation mails, but none of the notification mails are outgoing (That specific mesage).

I don't have mail.captchall.domain or whatever in my system parameters

I set up each email template with the outgoing server; Still not working

Any idea ?
Thanks a lot.

Avatar
Ermin Trevisan
Best Answer

Using Office 365 as Email provider for Odoo is not recommended. Use another SMTP service instead. If you really want to get dirty, this thread may help you: https://www.odoo.com/forum/help-1/question/outgoing-mail-server-not-working-with-smtp-office365-com-35676

1
Avatar
Zrušiť
Avatar
Ajini A V
Best Answer

Allow access to less secure app for your configured mail id.

refer below link

\https://myaccount.google.com/u/1/lesssecureapps?pageId=none&pli=1

3
Avatar
Zrušiť
Apiuser

This will no longer work, as Google has stopped supporting less secure apps. Here is the new method explanation on how to use app password:
https://www.odoo.com/forum/help-1/how-to-connect-odoo-to-google-smtp-without-enabling-the-less-secure-apps-access-205557#answer-205558

Avatar
zhanghao章浩
Best Answer

Same problum at odoo13 ,

connection test is ok at Outgoing Mail Servers

but when I send mail via Technical | Email | Emails ,  it was Delivery Failed,

Failure Reason  is 

Mail Delivery Failed Mail delivery failed via SMTP server 'None'. SMTPDataError: 550 5.7.60 SMTP; Client does not have permissions to send as this sender


and I found  Setting  | System Parameters|

"mail.catchall.domain"
is not empty,

after delete this Parameter , Mail can send fine.

2
Avatar
Zrušiť
Marlon Zelaya

Excelente, solucionado.

Avatar
Roger
Best Answer

Meu smtp está configurado corretamente, faz teste de conexão com sucesso, envia boletim diario normal, mas para enviar propostas, ele dá erro, o que devo fazer ?

0
Avatar
Zrušiť
Avatar
Andy Haufgarter
Best Answer

I got exactly the same problem with Odoo16

connection test is ok at Outgoing Mail Servers.
We are using a external domain Provider, so it's not an Outlook or Google account.
Also the security level of the domain is given with the SBF, DMARC and the third one.

but when I send mail via the Chatter or anywhere else,  it's sending failed.

Failure Reason  is 

"Mail Delivery Failed Mail delivery failed via SMTP server 'None'. SMTPDataError: 550 5.7.60 SMTP; Client does not have permissions to send as this sender"

I also checked the following setting in the System Parameters:

"mail.catchall.domain"

The Value of it, is the domain, which is used to send E-Mails to the Helpdesk-Ticketing.

I tried to delete it, but the error stayed the same.
I also tried diffrent forms of the "ir.mail_server" parameters like:
service@test.com
test\.com
@test.com

Nothing worked to get the Mails to be sent.
Is there someone who can help?

Thanks a lot

Stephan

0
Avatar
Zrušiť
Lucas Huber

Does it work now? I have the same issue with V17. I'm using Odoo since V8 and this error never occured to me. Very strange I even setup a fresh database to check it. Still the same.

Lucas Huber

I get this error:
Mail Delivery Failed
Mail delivery failed via SMTP server 'None'.
SMTPDataError: 550
5.7.1 Sender mismatch

Andy Haufgarter

Small update:
In the end I asked the Odoo Support directly.
There were a couple of small parameter faults.

Support was very helpful, and the issue was cleared after 2 days.

I can just recommend to create a ticket and ask them directly.

Avatar
DIno
Best Answer

i solved in my case by doing as follows,

1. Delete "mail.catchall.domain" in Setting  | System Parameters|  otherwise it will make a random bounce mail name and it will be noted as spoof email

2. make overide at "email from" in the email template by fill it with a valid email address or just make it empty

3. All related email domain that have been set must have same domain with what domain that set in the outgoing domain email



0
Avatar
Zrušiť
Avatar
isias mateo mateo
Best Answer

Answer by ermin still working

0
Avatar
Zrušiť
Avatar
Rodney Carrilho
Best Answer

Hi all, this was working on Odoo 10 and Odoo 11. Since Odoo 12 this has become an issue. We have the same issue here and we will be debugging coming days. I will keep you posted if we find something. As far as we can see now it looks like smtp server is none but it does seem to do something with the Outlook servers. Not sure if that is because the the receipient is on Office 365 also or if the error is not consistent to what is happening.

0
Avatar
Zrušiť
Avatar
Tirthankar
Best Answer

let me try different SMTP service instead. As suggested

0
Avatar
Zrušiť
Avatar
Dan
Autor Best Answer

Ermin, Since I can't reply to your post I'm replying here. Thanks for the link. I checked and the situation described in that post is different from mine. We use hosted Exchange server and I have already configured connectors and allowed IP addresses and am able to IMAP for mail clients and other CRM apps. The error I am getting shows that odoo is trying to send through a server that doesn't exist "None" instead of using the outgoing SMTP server that I have already setup and tested which is named "Outgoing". I tried to paste a screenshot of my setup but couldn't.

0
Avatar
Zrušiť
Ermin Trevisan

You can check the log entries and check the messages and emails in "Settings/Technical/Emails". You can also check the server settings in the corresponding email template, but I believe the 550 SMTP error returned by the SMTP server is the cause.

Dan
Autor

Ermin, Thanks for helping. So even though it says it's trying to use the SMTP server "None" it is actually still using the one I setup named "Outgoing"? Why would the test say my server is setup correctly but the actual email function doesn't work? I did check the log as posted above, unless there is another log somewhere else I can check? And I cannot find where to set the email "From" address. I thought it would use the email address I initially setup in the company profile? I also cannot find the "Settings/Technical/Emails" menu?

Rodney Carrilho

Found it, on the default install of Odoo in the System parameters the value of the key "mail.catchall.domain" is empty. This should be the name of your domain. So basically your sender adress is not correct because this value is empty.

Good luck.

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

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

Registrácia
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة 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 sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

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