Hi Everybody ! Just a quick question do we need to write a function to be able to send an email or Appwrite is capable to send email from his own (after some events of course). Because I configured the .env (with sendgrid) but nothing happen when a new user is created.
Email and Appwrite function
Hi - what kind of email are you looking for?
https://appwrite.io/docs/email-delivery and https://dev.to/appwrite/sending-a-custom-welcome-email-using-appwrite-functions-and-mailgun-225a these are some resources but if they are not something you are looking for, please elaborate on your use case ❤️
By default no mail are sent to the user when he or she register, right ?
I necessarily need to create a function for that right ?
yes
Recommended threads
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...