Unclear about using TargetID in Messaging with serverless function
- 0
- Self Hosted
- Functions
- Messaging
- Flutter
I want to write a serverless function using Messaging and a Custom SMTP server to send an email to a user. Sounds simple enough, right? But I don't get it. I can use the UserId or if I have just the email address I can get the UserId with a query, but do I need another query to get the targetID (of the email) for sending a message? That seems pretty laborious. Is there another way or am I thinking about this all wrong?
Unclear about using TargetID in Messaging with serverless function
Recommended threads
- `type 'Null' is not a subtype of type 'b...
When creating a new file using Appwrite Flutter SDK, the file is successfully created on the server, but the client throws the following exception: ``` type ...
- Console: Query on attribute has greater ...
I noticed an issue when one of my tables reached over ~800 rows. That table is relational to my users table Within the console I am able to view the table with ...
- Appwrite 1.8.1 - Traefik Returns 404 Due...
Problem: Fresh Appwrite 1.8.1 installation returns 404 on all requests. Traefik can't communicate with Docker daemon. Error: Error response from daemon: client ...