Messages are not sent using twilio

Hiii @baratamrohith007
cheak SID, AUTH_TOKEN, FROM_NUMBER, TO_NUMBER in conf.py file.
Hope this information is useful for you.

share screenshot of your temp_sms.py file, and make sure you have config twilio accordingly.

Just check your conf.py file.The details of SID,AUTH_TOKEN,TO_NUMBER,FROM_NUMBER you got from twilio.
SID = ‘You can find SID in your Twilio Dashboard’
AUTH_TOKEN = ‘You can find on your Twilio Dashboard’
FROM_NUMBER = ‘This is the no. generated by Twilio. You can find this on your Twilio Dashboard’
TO_NUMBER = ‘This is your number. Make sure you are adding +91 in beginning’

Can tell you more in detail if you can share your code of temp_sms.py and conf.py.