<@498057949541826571> got another moment to clarif...
# support-questions-legacy
e
@rp_st 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
hey @error404404404 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
Oh, thank you, cause I got really stuck at this point, you saved my day
Its can be done only at frontend part?
r
what do you mean?
e
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
yes
from the frontend
e
Ok, but is there any way to test email sending with api and core only?
r
you have to query your backend. The email is sent via the backend SDK.
Just use postman to query the API..
e
Ok thanks)