From 8fe02cf2b168f908bd8556f9a96da93f01d89853 Mon Sep 17 00:00:00 2001 From: Olufunke Moronfolu Date: Tue, 28 Jul 2026 09:24:05 +0200 Subject: [PATCH] Clarify warning about email sending restrictions over port 25 --- content/en/docs/deployment/mendix-cloud-deploy/sending-email.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/deployment/mendix-cloud-deploy/sending-email.md b/content/en/docs/deployment/mendix-cloud-deploy/sending-email.md index 59235a165a7..66b0c182206 100644 --- a/content/en/docs/deployment/mendix-cloud-deploy/sending-email.md +++ b/content/en/docs/deployment/mendix-cloud-deploy/sending-email.md @@ -54,7 +54,7 @@ Many users of free apps use the settings of their own Gmail account for convenie {{% alert color="warning" %}} -You cannot send email from Mendix Cloud over port 25. Although the port is currently open, we will close it soon. Using port 25 may block email sending for all customers in the same cluster and violates Mendix Terms and Conditions. You cannot change this configuration. +You cannot send email from Mendix Cloud over port 25. Using port 25 may block email sending for all customers in the same cluster and violates Mendix Terms and Conditions. You cannot change this configuration. Your SMTP provider needs to expose a secure port like 587, which is a best practice that most modern providers offer out of the box.