From 376d2a2d36d598963c042892b98afff0255f3186 Mon Sep 17 00:00:00 2001 From: Roshan Jonnalagadda Date: Fri, 31 Jul 2026 22:27:43 +1000 Subject: [PATCH 1/2] docs: add resilient SES team setup changelog --- changelog.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/changelog.mdx b/changelog.mdx index 5247ade..d5ab8df 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,6 +4,17 @@ description: "New features, improvements, and fixes across the Sendmux platform. rss: true --- + + ## Bug fixes + +New team setup now recovers automatically when Amazon SES temporarily limits a request or setup is interrupted. The work resumes safely instead of leaving the team stuck. + +Repeated setup requests reuse work already in progress, so they do not create duplicate personal teams or sending accounts. + +Deleting a team now removes its Amazon SES setup even when an earlier interruption happened before the completed setup was saved. + + + Date: Fri, 31 Jul 2026 22:36:13 +1000 Subject: [PATCH 2/2] docs: address changelog reader directly --- changelog.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/changelog.mdx b/changelog.mdx index d5ab8df..b2086a6 100644 --- a/changelog.mdx +++ b/changelog.mdx @@ -4,14 +4,14 @@ description: "New features, improvements, and fixes across the Sendmux platform. rss: true --- - + ## Bug fixes -New team setup now recovers automatically when Amazon SES temporarily limits a request or setup is interrupted. The work resumes safely instead of leaving the team stuck. +When you create a new team, Sendmux now resumes setup automatically after Amazon SES temporarily limits a request or another temporary interruption stops the work. Your team no longer remains stuck. -Repeated setup requests reuse work already in progress, so they do not create duplicate personal teams or sending accounts. +If you retry team setup while work is already in progress, Sendmux reuses that work instead of creating duplicate personal teams or sending accounts. -Deleting a team now removes its Amazon SES setup even when an earlier interruption happened before the completed setup was saved. +When you delete a team, Sendmux now removes its Amazon SES setup even if an earlier interruption occurred before Sendmux saved the completed setup.