Hello,
Since severals days, i have a problem : i d'ont received any mails from Appwrite.
I'm using the auth by mail and i don't any code so any mails from Appwrite.
My email address is an outlook but i tried with a freesame problem.
But with a gmail any problem..
In addition of that, my friend tried to invite me on an organisation but i dont have the invitation too so it's not a simple problem with the SDK mail auth.
I checked in my email params and i don't have any restrcitions and nothing in my spams..
Someone can help me on that, please ?
Thank you.
Recommended threads
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...