Mailgun output error

I am getting an error

In your MAILER line, after email_conf.SANDBOX_URL, IT SHOULD BE email_conf.SENDER_EMAIL.

I am still getting an error

Instead of “conf.SENDER_EMAIL”, it should be “email_conf.SENDER_EMAIL”.

Check whether you have written RECIPIENT_EMAIL in the email_conf.py file. Check for spellings too.

There must be a spelling mistake of RECIPIENT_EMAIL in the email_conf.py file.
You must have written RECEPIENT_EMAIL in the email_conf.py file.

mailer is different from MAILER. Correct this in your code.
Instead of MAILER you’ve written mailer.

1 Like

@shivamdixit1712

Please use the command to the issue.

sudo pip3 install boltiot