Not able to receive mail from mailgun

I am not able to receive any mail from my mailgun account. Please kindly help me.


Bolt Cloud returns data in JSON format which needs to be loaded and converted to a Python dictionary. The response obtained from mailgun actually reaches us via the Bolt Cloud, that is, in Json format. Add the following statement before printing the response (the line selected in picture):

response_text = json.loads(response.text)

For more insight on Json, refer to Json.

It is still showing the same error.

Hi @mehtasiddha,

I think some details in your conf file is incorrect. Can you share the screenshot of conf file after blurring some part of the conf file ?