
The standard email templates for inviting a user to a team have a placeholder {user} which should be the name of the recipient of the email. However, in the emails which are sent this shows the name of the user who invited the new user although a name for the new user is provided. Is this normal behavior or a bug?

Bug or not? User variable in email template

User variable in team invite email template

I thought this was fixed already, but I guess not. The email should include the invitee's name.
Looks like I found the related issue: https://github.com/appwrite/appwrite/issues/8825. Best to add a 👍to it.

Thanks, will do!
Recommended threads
- transaction like functionality
As I understand it appwrite doesn't support transactions. I'm attempting to make a document in three separate collections at the same time when a user register...
- Error while login the member which is in...
Facing some error. Error logging in: Exception: No team access. Please contact your administrator. But the email/name/ new client I have created is in my tea...
- Document already existed
Hi, I am trying to add a document via cloud function using nodejs22. Everytime I do `await db.createDocument( dbid, collectionid, customDocId, data);` it will g...
