From 566297e8609df1bdd57f19a26111f758d1f142fc Mon Sep 17 00:00:00 2001 From: Michal <106161767+MichalSalon@users.noreply.github.com> Date: Sat, 31 Jan 2026 15:02:18 +0100 Subject: [PATCH] Update smtp wording --- apps/docs/content/references/smtp.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/content/references/smtp.mdx b/apps/docs/content/references/smtp.mdx index 2aa4475d..94a83d9b 100644 --- a/apps/docs/content/references/smtp.mdx +++ b/apps/docs/content/references/smtp.mdx @@ -75,7 +75,7 @@ Port 25, in particular, is frequently exploited for spam distribution across clo - Professional IP reputation management - Automated bounce handling -This strict policy stems from a crucial understanding: poor IP reputation from email abuse can cascade across an entire infrastructure. The impact extends beyond email services to affect: +This strict policy protects platform integrity. Poor IP reputation from email abuse can cascade across an entire infrastructure. The impact extends beyond email services to affect: - Legitimate web applications - Platform response times @@ -203,4 +203,4 @@ When implementing email functionality in your applications: - Implement proper error handling and retry logic - Use queue systems for bulk sending to prevent rate limits - Monitor delivery status and bounce rates -- Keep SMTP libraries and configurations up to date \ No newline at end of file +- Keep SMTP libraries and configurations up to date