I have already set up SMTP as shown in screenshot, but app still throws an error while sending invites to add new member.
What kind of invites is this? I'm pretty sure you're missing SMTP settings in your .env file
invite to add a member, who can work with me on the same project
Ya you need to configure smtp in your .env file
ok, is there documentation for that
After setting SMTP, does it work?
yes, it did
Can this be closed as solved now?
Recommended threads
- Upgrade Issue
Am having issue upgrading my appwrite account to pro as my card number is 19 and the required input is 16 digit
- Trying to Figure out how to delete a use...
If i have a button in an app that allows a user to delete their account, can I not just call a function from my swift app to Appwrite to have the account delete...
- Expected a value of type 'bool', but got...
I am trying to get current User, but get this error message when I do. I get back user prefs, but error comes from trying account.get() So I am getting User. I ...