https://supertokens.com/ logo
sending email verification email
e

error404

04/20/2023, 4:12 PM
@rp got another moment to clarify. Using this docs part https://supertokens.com/docs/thirdpartyemailpassword/email-delivery/smtp/change-email-content have simply provided with my credentials, trying to test my api independently with postman, I'm getting user registered, but email isn't sent. Am I missing something? For verifying provided require mode
r

rp

04/20/2023, 4:13 PM
hey @error404 you need to call the send email verification API
So first login, and then call the email verification send API using the access token
e

error404

04/20/2023, 4:16 PM
Oh, thank you, cause I got really stuck at this point, you saved my day
Its can be done only at frontend part?
r

rp

04/20/2023, 4:19 PM
what do you mean?
e

error404

04/20/2023, 4:23 PM
I mean according to this part https://supertokens.com/docs/thirdpartyemailpassword/custom-ui/enable-email-verification I should call sendVerificationEmail at frontend part, or am I wrong?
r

rp

04/20/2023, 4:23 PM
yes
from the frontend
e

error404

04/20/2023, 4:24 PM
Ok, but is there any way to test email sending with api and core only?
r

rp

04/20/2023, 4:24 PM
you have to query your backend. The email is sent via the backend SDK.
Just use postman to query the API..
e

error404

04/20/2023, 4:25 PM
Ok thanks)