I have a project developed which has two set of users. So, instead of using Gmail as email address I used custom domain name like -
1...@customname.com
These emails are not accessible and does not have storage to receive mails. In simple words: Its a dummy domain used by me to identify the set of users.
If I need to reset password for these users, I came up using sendPasswordResetEmail method. It seems that it checks the firebase users list whether the email is available and sends mail to that id (Which is not accessible in my case).
I decided to ask user for a recovery email and store them in firestore, which is used while the user tries to reset password, I thought this method would send password reset mail to that recovery mail. But it returns error: user not found or may be deleted - since there is no user created with recovery email.
Please help me with this. How can I send mail to custom mail ID's which are not created as users inside firebase.