Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
73 Widoki

Hello everyone,

I’m using Odoo 18 (Community Edition) and trying to configure the outgoing mail server.

Here are my details:

- SMTP Server: mx4125.usc1.mymailhosting.com

- Port: 587

- Encryption: TLS (STARTTLS)


When I click “Test Connection,” I get this error:

Invalid Operation: No response received. Check server address and port number. Timed out.

I tried both port 587 (TLS) and 465 (SSL/TLS), but the same timeout happens. 

I verified SPF, DKIM, and DMARC, and they are correctly set.

Is there any network or Odoo configuration I might be missing? 

How can I confirm whether Odoo can reach the SMTP server?


Thanks in advance!


Awatar
Odrzuć

Hello,
Try encryption with none.

Najlepsza odpowiedź

Hi,


The “Invalid Operation: No response received” error means Odoo can’t reach your SMTP server, usually because the mail ports (25, 465, or 587) are blocked by your hosting provider, firewall, or Odoo’s network. To confirm, test the connection from your server using telnet mx4125.usc1.mymailhosting.com 587. If it fails, open the port or use a mail relay service like SendGrid or Amazon SES. Also, double-check your SMTP credentials and TLS settings in Settings → Technical → Outgoing Mail Servers. Once Odoo can reach the mail server, the connection test will succeed.


Reference:- https://www.cybrosys.com/blog/how-to-configure-outgoing-and-incoming-mail-servers-in-odoo-18


Hope it helps

Awatar
Odrzuć