-
Notifications
You must be signed in to change notification settings - Fork 518
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
Request to add cloudflare worker email handler #2480
Comments
I implemented the Email function in my fork's emailTask branck. Is it okay to implement it this way? @pi0 |
I think we can simply expose a hook from cloudflare one and allow integrating it since this feature is mostly vendor specific (cloudflare preset calls |
|
after the chore, "cloudflare:email" and "cloudflare:queue" hook is not detected properly. Could you possibly know a solution to this? For reference, I also checked the package-lock.json file and confirmed that nitropack 2.9.7 was applied. |
issue moved here |
@dalbodeule Good job! Thank you for your contribution!! I really need this feature (email handler) |
Describe the feature
The cloudflare worker has a feature that allows email handling by declaring the
email
function added as beta.I would like to use this feature. However, nitro does not officially support this feature.
Therefore, I hope you will consider using this feature.
In addition, I hope that the queue consumer is also well created.
Additional information
The text was updated successfully, but these errors were encountered: