If I want to send an email (for example, to xyz@gmail.com) from an Appwrite Cloud Function, does that email address need to be registered as a user in Appwrite? Or can I send an email to any address, even if the recipient is not registered in the Appwrite?
I go through with this doc https://appwrite.io/docs/products/messaging/messages
I am using Appwrite Free plan
Yes, it needs to be registered, as the goal of this feature is to notify your own users
@Guille Thank for your response. Don't you think it should allow us to send email even if user is not register?
Can you give an example of your use case?
@Guille
What I want: I will add a storage event listener in a Cloud Function to monitor new file uploads.
The function will validate created file based on my defined criteria, and if a file fails validation, it will send an email notification to our support developer without requiring the this user to be registered.
As I understand, you need to send an email to your support developer, so they should be registered, or I'm missing something?
You want the developer know what is the user with problem?
Recommended threads
- Rate limit
How do I solve "Signup Failed, Rate limit for the current endpoint has been exceeded. Please try again after some time"? I have Pro and around 2k requests per ...
- Type 'Theme' does not satisfy the constr...
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, a...
- Dev Keys not working
looks like dev key are broken they simply don't work i suggest remove them until you have them working otherwise they confuse devs took me few minutes trying ...