I’m running a self-hosted Appwrite instance (v1.8.1) and I can’t get invite emails to send when using the team invite flow described in the docs: https://appwrite.io/docs/products/auth/team-invites
My mail server is Mailcow (v2025-12a).
Sending emails manually works fine: if I create and send messages via an Appwrite Function using the Messaging service, the emails are delivered without any issues. However, anything Appwrite is supposed to send on its own (like user/team invite emails) never gets sent.
SMTP is configured and enabled in Appwrite and uses the same credentials as the working Messaging setup.
When Appwrite should send an invite email:
nothing shows up in the Appwrite Docker logs (except a warning about no SMS provider)
nothing shows up in the Mailcow logs either
When emails are sent via the Messaging service, I do see them in the Mailcow logs.
So it looks like Appwrite never even tries to send invite emails, even though SMTP itself is working.
Recommended threads
- Realtime api and labels as permission
in my tables i set labels as permission and real-time capabilities stopped working. Before when i was having "any" role everything was working. Note: user have...
- how to access the value of account statu...
- Redirect from clicking team invite link ...
Hi all! Pretty new to app development in general so this might be something more generic than appwrite, but I've found (after reading the docs for the Teams API...