can anyone help me in the python fastapi i woul...
# support-questions
h
can anyone help me in the python fastapi i would like to Send emails using my own domain but not get mail with my own domain name still getting supertokens default emails configration :-
r
Hey @Hello_world
@KShivendu can help here
Which email are you trying to send? This only works for password reset email
Email verification emails have a similar setting in the emailverification recipe
k
if password reset email isn't working, please share the smtp_settings. also pls alter your credentials before sharing 🙂
h
i am using it for auth/signinup/code API thank you for your suggetion
r
hey! thats the passwordless recipe API. So add the email_delivery config to the right recipe init related to the passwordless recipe
2 Views