Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Mail delivery failed via SMTP server 'None'.

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
10 Réponses
58729 Vues
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
Ignorer
Dan
Auteur

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
Meilleure réponse

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
Ignorer
Avatar
Ajini A V
Meilleure réponse

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
Ignorer
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章浩
Meilleure réponse

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
Ignorer
Marlon Zelaya

Excelente, solucionado.

Avatar
Roger
Meilleure réponse

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
Ignorer
Avatar
Andy Haufgarter
Meilleure réponse

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
Ignorer
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
Meilleure réponse

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
Ignorer
Avatar
isias mateo mateo
Meilleure réponse

Answer by ermin still working

0
Avatar
Ignorer
Avatar
Rodney Carrilho
Meilleure réponse

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
Ignorer
Avatar
Tirthankar
Meilleure réponse

let me try different SMTP service instead. As suggested

0
Avatar
Ignorer
Avatar
Dan
Auteur Meilleure réponse

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
Ignorer
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
Auteur

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.

Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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