[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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...