Hello <@498057949541826571> I am using python flas...
# support-questions-legacy
t
Hello @rp_st I am using python flask backend and on clicking on reset password the api gives 200 respond but I am not able to receive email . AFAIK from the documents even if I don't add any smtp configurations I should still get an email from supertokens domain or I am missing sth here ?
r
hey @Tushar this happens if the email you use doesn't exist for a user/.
t
but there is a user with the email and I tried with multiple users ?
r
Can you override the sendEmail function on the backend to make sure that that function is being called?
t
Is there an issue in the sdk ?
r
shouldn't be
t
let me try to override the function though
r
yup
t
Hey @rp_st , I tried adding my own smtp and now the emails are going but only to accounts with username password recipe but not to 3rd party account . Sharing ss of init function
I have initialised email delivery for both third party and email password however I am only receiving emails to accounts signed up with supertokens and not the google acconts
r
right, so this is expected too. Reset password emails are only for email password users.
since you know, there are no passwords for third party users.
t
For third party I was actually referring to other emails like email verification but I am receiving no emails
Is it because of the mode
My bad I didn't initiliase the email verification receipe, its working fine now
r
cool