-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mark cloudflare:email
as external for email routing api
#10404
Conversation
🦋 Changeset detectedLatest commit: 3ba4b44 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Hey, why is this needed? Do you have any links to the docs on the feature as I'm not familiar with it |
Here is the example usage: https://developers.cloudflare.com/email-routing/email-workers/send-email-workers/ Very sorry, I wanted to include the docs but there was no section in the template for it. |
cloudflare:email
as external for email routing api (beta)cloudflare:email
as external for email routing api
Co-authored-by: Willow (GHOST) <[email protected]>
Co-authored-by: Willow (GHOST) <[email protected]>
Co-authored-by: Ben McCann <[email protected]>
@chientrm @benmccann Could you please take a look into the issue and add Currently, @wackfx had to make a custom driver to solve that issue but it may not be the best solution |
Please track #10544 and #10521 . Check out my comment on how to use my temporary adapter meanwhile: @chientrm/adapter-cloudflare |
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
Tests
pnpm test
and lint the project withpnpm lint
andpnpm check
Changesets
pnpm changeset
and following the prompts. Changesets that add features should beminor
and those that fix bugs should bepatch
. Please prefix changeset messages withfeat:
,fix:
, orchore:
.