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
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- My function executions console if overwh...
It seems the requests are getting processed correctly but it is using a older version of the backend. And it seems the cron requests done an hour ago are shown ...
- Iam getting 500 when i click on the proj...