-
Notifications
You must be signed in to change notification settings - Fork 304
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
[Feature] Add email worker support #274
Comments
+1 this would be great to have |
I would be a first time contributor, but if someone can point me to some kind of semi-structured plan and some pointers I wouldn't mind contributing support for this myself. Happy to help like that! |
+1 |
+1, But this Issue has been on the table for 2 years now, and I don't see it happening anytime soon. |
There is a PR open already for it, I'm not sure why @LuisDuarte1 hasn't pushed the requested changes. You could either talk with him or pick up where he where he left of. |
I probably only be to able to pick it up in 3 weeks time, lots of stuff going on right now 😅 Feel free to take my work if you want to, the only think not working was that bindings weren't being set properly, for some reason |
Are there any updates? |
I'm guessing this native api still uses mailchannels. There are alternatives, for instance, postmark or resend with a post request, resent has a crate but it seems its not working. If you still want to use the native using mailchannels, you have to register with them: Comments from support with some alternatives: But I guess you can use any provider that accepts a post request to send an email or has a working crate. |
How about receiving emails? |
Yes, you are correct, you were talking about email workers, my mistake: Well there is the PR that @LuisDuarte1 did, but he wasn't able to pick up since I'm not sure if its usable, but it might be, he even did an example, I would try it if I were you... |
Is there an existing issue for this?
Description
Please add email event/worker support
The text was updated successfully, but these errors were encountered: