Hi all,
While testing the user creation process in my app, any email is being sent when I send the verification message to the user's email address. This functionality was working a few months ago during my previous tests, so I'm wondering if something might have changed recently. For reference I have updated the package to the latest version.
I'm not getting any error. The process seems to work as expected: I create the session using the user's email and password getting the Session object. Then I create the verification getting the Token object. However, any email is delivered to the user.
I'm not using a custom SMTP server and I have created the Web Platform with the domain that I'm using in the verification URL. As mentioned, this setup worked fine a few months ago.
Does anyone have any ideas or suggestions?
Thanks in advance!
Recommended threads
- API key not having access to database
My api key with read and write access to row and tables and DB I not working. In my test the results returned an empty database. This is the second time I am...
- After assigning a domain to my Dart func...
I’ve attached the images. Could anyone please explain how this execution is being performed?
- Provider not enabled in Dotnet project
# Bug Report: Appwrite .NET SDK `CreateOAuth2Token` → `project_provider_disabled` ## Issue Using **Appwrite .NET SDK (v3.1.0)**, `CreateOAuth2Token` for Googl...