
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
- Import "appwrite.exceptions" could not b...
Import "appwrite.exceptions" could not be resolved I tried using many versions of appwrite but this error still occuring. Please help me to fix it.
- Auth Error
"use client"; import { useEffect } from "react"; import { getSessionCookie } from "@/actions/auth"; import { createBrowserSessionClient } from "@/lib/appwrite-...
- Prevent modifying specific attributes
How do I prevent user to only to be able to modify some of the attributes. Document level security gives full access to update whole document, what are the wor...
