I am not getting trial no. in twillio

@yuvraj.khatri107314 seems like some issue with your Twilio account, you may create another account and check if the issue persists.
Do let me know if you need any other help.

MAILGUN_API_KEY = ‘This is the private API key which you can find on your Mailgun Dashboard’
SANDBOX_URL= ‘You can find this on your Mailgun Dashboard’
SENDER_EMAIL = ‘This would be test@your SANDBOX_URL’
RECIPIENT_EMAIL = ‘Enter your Email ID Here’
API_KEY = ‘This is your Bolt Cloud accout API key’
DEVICE_ID = ‘This is the ID of your Bolt device’

in mailgun dasboard i unable to find MAILGUN_API_KEY, SANDBOX_URL, SENDER_EMAIL

mailgun_api_key means is it a private key or public key,
sandbox_url is what
sendermail is what

I am unble to find these three values from mailgun

I have tried some code that is in blew screenshots.



If you create a mailgun account and go to the Sender->Overview->API->Python. Then you’ll be able to see your credentials. You’ll need just API key and Sandbox URL. Sender email is “test@”+ SANDBOX_URL.

The mistake is that in sender_mail ‘test@’ before the sandbox url is not being used.This might be the main problem. The ‘api key’ can be found by opening sending, then overview, then selecting api and python ;this will give you the api key