Wrong information regarding open ports in outgoing email servers

On page https://www.odoo.sh/faq#internet_access we mentions that ports 465 and 587 are open.

We need to align the getting_started page as well.
This commit is contained in:
Alex Tuyls 2019-05-21 16:54:32 +02:00 committed by GitHub
parent f96d089490
commit ab03819de4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -157,7 +157,7 @@ all outgoing email servers are disabled so you use the Odoo.sh email server prov
.. Warning::
Ports 25, 465 and 587 are blocked. If you want to use your own email servers, they must be configured on other ports.
Port 25 is (and will stay) closed. If you want to connect to an external SMTP server, you should use ports 465 and 587.
Check your scheduled actions
----------------------------