Closed EvenDu123 closed 3 months ago
Our app use Parse SDK, some users feedback that they can't receive reset password email, how to fix it?
Call the method next:
[PFUser requestPasswordResetForEmail:(user email: like xxx@163.com) error:&error];
Then get no email received.
iOS 17.5.1
Client
New Issue Checklist
Issue Description
Our app use Parse SDK, some users feedback that they can't receive reset password email, how to fix it?
Steps to reproduce
Call the method next:
[PFUser requestPasswordResetForEmail:(user email: like xxx@163.com) error:&error];
Then get no email received.
Environment
iOS 17.5.1
Client
Logs