I have to add sms.to for sending otp in my django-rest-framework project . I didn't find any python package for that. how can i implement this?

In this project, I have to send opt to the user. I have to use 'sms.to', can someone tell me how I can do this?

Back to Top