Skip to content
Advertisement

How to resend verification email django restframework?

I can send a verification email upon registering the user so that the account can be activated. But how would one go about resending another verification email on an API? Here, I am making an activation link with a token in it and when the user opens the link it takes the token and verifies the user. But how would resending the verification email work?

JavaScript

Advertisement

Answer

My work around is asking for the email from the user or frontend, and then query the user to get email address and send it to the email.

JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement