Email module in the Temperature Threshold Program

When I run the code which is supposed to send the SMS or Email, I get an error saying-
no module named email.parser; email is not a package
This error is encountered at the line
from boltiot import Email,Bolt
I have installed the boltiot python module, but for some reason, this error persists

Hey. I think you must have named your python folder name as email.py. You might need to change that. Also check this link out

1 Like

Thanks, I realised that a bit after posting the question!