Skip to content

Remove incorrect private-provider section from custom email providers doc - #3361

Merged
pwizla merged 1 commit into
strapi:mainfrom
singhvishalkr:cms/fix-email-custom-provider-private-section
Jul 29, 2026
Merged

Remove incorrect private-provider section from custom email providers doc#3361
pwizla merged 1 commit into
strapi:mainfrom
singhvishalkr:cms/fix-email-custom-provider-private-section

Conversation

@singhvishalkr

Copy link
Copy Markdown
Contributor

This PR removes the "Private providers" section from the custom email providers page and fixes the matching doc card on the Email feature page.

Signed URLs and the isPrivate() / getSignedUrl() methods are Upload (Media Library) provider features, not email provider features. The maintained email providers (email-nodemailer, email-sendgrid, etc.) only implement init() returning a send() function, while isPrivate() and getSignedUrl() are defined in the upload providers (for example upload-aws-s3). This same signed-URL guidance is already correctly documented on the Media Library providers page, so the email page was describing behavior that does not exist for email providers.

@vercel

vercel Bot commented Jul 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
documentation Ready Ready Preview, Comment Jul 28, 2026 7:20pm

Request Review

@github-actions

Copy link
Copy Markdown
Contributor

👋 Thank you so much for contributing to the Strapi documentation!

Our team is currently away and won't be able to review your pull request right away. Rest assured we'll get to it as soon as we're back. Thanks a lot for your patience! 🙏

@pwizla pwizla self-assigned this Jul 29, 2026
@pwizla pwizla added pr: chore source: CMS contribution PRs that are part of the Documentation Contribution Program labels Jul 29, 2026
@pwizla pwizla added this to the 7.1.0 milestone Jul 29, 2026
@pwizla

pwizla commented Jul 29, 2026

Copy link
Copy Markdown
Collaborator

Thanks, @singhvishalkr!
The PR is now approved, merged, should be live on docs.strapi.io in a few minutes, and will be mentioned in the next weekly snapshot release.

@pwizla
pwizla merged commit f63cb10 into strapi:main Jul 29, 2026
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contribution PRs that are part of the Documentation Contribution Program pr: chore source: CMS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants