[SOLVED] Appwrite's Mail worker exposed as an Email service with an interface?
- 0
- Resolved
- Tools
- General
- Self Hosted
Hey, I actually just want to confirm if there's any way to interact with Appwrite's Mail Worker (or "email service") via any (REST/SDK/whatever) interface?
Eg, if you would like to send an Email in an Appwrite Function, do you need to implement your own SMTP service (and the needed libraries), even though there's already one configured for Appwrite to use "internally"?
Hey there 👋 We didn't expose mail worker to REST API. The worker is internal-only, and you would need to use your own smtp client library.
We are actively researching ways for an API to simplify sending emails and SMS in general (alongside push notifications feature). This will most likely come with a way to also send custom messages in them. Stay tuned 🤞
Thank you, that sounds very promising - exactly what we need.
Where can I subscribe to an issue/roadmap to keep an eye on the issue/feature so that we'll know immediately when it has been released... (or made available for testing)?
Not sure, let me ping @Jake , he might have more insights. I know for sure it won't be part of Appwrite 1.3. For Appwrite 1.4 it's possibility but no promises. I know for sure it's planned for this year.
We're working on making a public roadmap.
Here's a related discussion on Messaging: https://github.com/appwrite/appwrite/discussions/905
Sound like you don't need help with implementing this, since you already have a team, but rather time to discuss and agree upon how it gets implemented? I just want to mention that we can make time available for such a feature implementation if you actually do need help.
@Screentapper did this answer your question? Checking to see if we can close 🙂
You are right 😇 As soon as we have some public RFCs, we will start a GitHub discussion and your feedback will be really valuable.
Yes thanks!
[RESOLVED] Appwrite's Mail worker exposed as an Email service with an interface?
[SOLVED] Appwrite's Mail worker exposed as an Email service with an interface?
Recommended threads
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...
- GitHub Student Benefits Not Applied to M...
Hi! I signed up for Appwrite using my GitHub account, and I’m a student with an active GitHub Student Developer Pack. I was expecting the Appwrite educational/...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...